| 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 public static bool IsPaused(
int id
)
Request Example
View SourceParameters
- id
- Type: SystemInt32
Id of the coroutine.
Return Value
Type:
BooleanTrue if paused or parent is paused, otherwise false.
See Also