C# 클래스 instance, code

An instance is a value of a particular type. Usually the term is reserved for objects -- an instance of a class -- but is used here to refer to values of any type. 5 is an instance of Number, for example. The toAccess property is of type Indirectedness, an enum explaining if this instance is a literal, like 5 or "hi world", or is in a local variable, etc.
파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

메소드 설명
StartCoroutine ( IEnumerator, routine ) : Coroutine,
Update ( GameTime, gameTime ) : void
UpdateCoroutines ( GameTime, gameTime ) : void

비공개 메소드들

메소드 설명
this ( ) : like,

메소드 상세

StartCoroutine() 공개 메소드

public StartCoroutine ( IEnumerator, routine ) : Coroutine,
routine IEnumerator,
리턴 Coroutine,

Update() 공개 메소드

public Update ( GameTime, gameTime ) : void
gameTime GameTime,
리턴 void

UpdateCoroutines() 공개 메소드

public UpdateCoroutines ( GameTime, gameTime ) : void
gameTime GameTime,
리턴 void