| BetterCoroutinesStart Method (IEnumerator, Int32) |
Starts a new coroutine.
Namespace:
Archon.SwissArmyLib.Coroutines
Assembly:
Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static int Start(
IEnumerator enumerator,
int updateLoopId
)
Request Example
View SourceParameters
- enumerator
- Type: System.CollectionsIEnumerator
- updateLoopId
- Type: SystemInt32
Which update loop should the coroutine be part of?
Return Value
Type:
Int32The id of the coroutine.
See Also