Click or drag to resize

BetterCoroutinesWaitForSecondsRealtime Method

Waits for the specified amount of seconds in real time. Lighter replacement for WaitForSecondsRealtime.

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 WaitForSecondsRealtime(
	float seconds
)
Request Example View Source

Parameters

seconds
Type: SystemSingle
The amount of seconds to wait for.

Return Value

Type: IEnumerator

[Missing <returns> documentation for "M:Archon.SwissArmyLib.Coroutines.BetterCoroutines.WaitForSecondsRealtime(System.Single)"]

See Also