C# Class 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.
Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Méthode Description
StartCoroutine ( IEnumerator, routine ) : Coroutine,
Update ( GameTime, gameTime ) : void
UpdateCoroutines ( GameTime, gameTime ) : void

Private Methods

Méthode Description
this ( ) : like,

Method Details

StartCoroutine() public méthode

public StartCoroutine ( IEnumerator, routine ) : Coroutine,
routine IEnumerator,
Résultat Coroutine,

Update() public méthode

public Update ( GameTime, gameTime ) : void
gameTime GameTime,
Résultat void

UpdateCoroutines() public méthode

public UpdateCoroutines ( GameTime, gameTime ) : void
gameTime GameTime,
Résultat void