BetterCoroutinesExtensions Class |
Namespace: Archon.SwissArmyLib.Coroutines
The BetterCoroutinesExtensions type exposes the following members.
Name | Description | |
---|---|---|
StartBetterCoroutine(Object, IEnumerator, UpdateLoop) |
Starts a new coroutine.
| |
StartBetterCoroutine(Object, IEnumerator, Int32) |
Starts a new coroutine.
| |
StartBetterCoroutineLinked(GameObject, IEnumerator, UpdateLoop) |
Starts a new coroutine with its lifetime linked to this gameobject.
The coroutine will be stopped when the linked gameobject is disabled or destroyed.
| |
StartBetterCoroutineLinked(GameObject, IEnumerator, Int32) |
Starts a new coroutine with its lifetime linked to this gameobject.
The coroutine will be stopped when the linked gameobject is disabled or destroyed.
| |
StartBetterCoroutineLinked(MonoBehaviour, IEnumerator, UpdateLoop) |
Starts a new coroutine with its lifetime linked to this component.
The coroutine will be stopped when the linked component is disabled or destroyed.
| |
StartBetterCoroutineLinked(MonoBehaviour, IEnumerator, Int32) |
Starts a new coroutine with its lifetime linked to this component.
The coroutine will be stopped when the linked component is disabled or destroyed.
| |
StopBetterCoroutine |
Stops a running coroutine prematurely.
This will stop any child coroutines as well.
|