C# Class CoRoutine, UnityCoroutinesWithoutMonoBehaviours

Afficher le fichier Open project: svermeulen/UnityCoroutinesWithoutMonoBehaviours Class Usage Examples

Méthodes publiques

Méthode Description
CoRoutine ( IEnumerator enumerator ) : System
Pump ( ) : bool

Private Methods

Méthode Description
Assert ( bool condition ) : void
Assert ( bool condition, string message ) : void
GenerateObjectTrace ( IEnumerable enumerators ) : List

Method Details

CoRoutine() public méthode

public CoRoutine ( IEnumerator enumerator ) : System
enumerator IEnumerator
Résultat System

Pump() public méthode

public Pump ( ) : bool
Résultat bool