Click or drag to resize

BetterCoroutinesSetPaused Method

Pauses or unpauses 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 SetPaused(
	int id,
	bool paused
)
Request Example View Source

Parameters

id
Type: SystemInt32
The id of the coroutine.
paused
Type: SystemBoolean
True to pause, false to unpause.
See Also