Click or drag to resize

BetterCoroutinesWaitWhile Method

Waits until the given predicate returns false.

Namespace:  Archon.SwissArmyLib.Coroutines
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static IEnumerator WaitWhile(
	Func<bool> predicate
)
Request Example View Source

Parameters

predicate
Type: SystemFuncBoolean

Return Value

Type: IEnumerator

[Missing <returns> documentation for "M:Archon.SwissArmyLib.Coroutines.BetterCoroutines.WaitWhile(System.Func{System.Boolean})"]

See Also