Click or drag to resize

BetterCoroutinesIsPaused Method

Checks whether a coroutine is currently paused either directly or because of a paused parent.

Namespace:  Archon.SwissArmyLib.Coroutines
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static bool IsPaused(
	int id
)
Request Example View Source

Parameters

id
Type: SystemInt32
Id of the coroutine.

Return Value

Type: Boolean
True if paused or parent is paused, otherwise false.
See Also