Свойство | Type | Description | |
---|---|---|---|
TimeScale | float |
Méthode | Description | |
---|---|---|
KillCoroutine ( int coId ) : bool | ||
PauseCoroutine ( int coId ) : bool | ||
PlayCoroutine ( IEnumerator coFunc ) : int | ||
ResumeCoroutine ( int coId ) : bool | ||
_NewCoroutine ( IEnumerator coFunc ) : CCoroutineWrapper |
Méthode | Description | |
---|---|---|
Awake ( ) : void | ||
Update ( ) : void | ||
_HandleCustomRoutine ( int coId, CCoroutineWrapper coWrapper, CFiberBase, wait ) : IEnumerator | ||
_HandleUnityCoroutine ( CCoroutineWrapper coWrapper, Coroutine co ) : IEnumerator | ||
_HandleUnityYieldInstruction ( int coId, CCoroutineWrapper coWrapper, |
public PlayCoroutine ( IEnumerator coFunc ) : int | ||
coFunc | IEnumerator | |
Résultat | int |
public _NewCoroutine ( IEnumerator coFunc ) : CCoroutineWrapper | ||
coFunc | IEnumerator | |
Résultat | CCoroutineWrapper |