Click or drag to resize

BetterCoroutinesStopAll Method (Int32)

Stops all coroutines that are running in the specified update loop.

Namespace:  Archon.SwissArmyLib.Coroutines
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void StopAll(
	int updateLoopId
)
Request Example View Source

Parameters

updateLoopId
Type: SystemInt32

[Missing <param name="updateLoopId"/> documentation for "M:Archon.SwissArmyLib.Coroutines.BetterCoroutines.StopAll(System.Int32)"]

See Also