C# Class Coroutiner

Author: Sebastiaan Fehr ([email protected]) Date: March 2013 Summary: Creates MonoBehaviour instance through which static classes can call StartCoroutine. Description: Classes that do not inherit from MonoBehaviour, or static functions within MonoBehaviours are inertly unable to call StartCoroutene, as this function is not static and does not exist on Object. This Class creates a proxy though which StartCoroutene can be called, and destroys it when no longer needed.
Afficher le fichier Open project: mezosaurus/eae-project Class Usage Examples

Méthodes publiques

Méthode Description
StartCoroutine ( IEnumerator iterationResult ) : Coroutine

Method Details

StartCoroutine() public static méthode

public static StartCoroutine ( IEnumerator iterationResult ) : Coroutine
iterationResult IEnumerator
Résultat Coroutine