Skip to content

API > CoroutineTools


CoroutineTools⚓︎

A class containing helper methods for working with coroutines.

Members⚓︎

Static Methods⚓︎

Name Description
CoroutineTools.WaitForSeconds(seconds) Static fieldMethod When used inside a coroutine function, suspends the coroutine execution for the given amount of seconds.
CoroutineTools.WaitUntil(controlFunc, params) Static fieldMethod Suspends the coroutine execution until the supplied function evaluates to true.