Click or drag to resize

BetterCoroutinesPause Method

Pauses a coroutine.

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 Pause(
	int id
)
Request Example View Source

Parameters

id
Type: SystemInt32
Id of the coroutine to pause.
See Also