CoroutineTools
A class containing helper methods for working with coroutines.
Members
Static Methods
Name | Description |
---|---|
CoroutineTools .WaitForSeconds(seconds) | When used inside a coroutine function, suspends the coroutine execution for the given amount of seconds. |
CoroutineTools .WaitUntil(controlFunc, params) | Suspends the coroutine execution until the supplied function evaluates to true. |