Yield.WaitRealtime
Static Method in Yield
Declaration
public static WaitForSecondsRealtime WaitRealtime(float seconds)Description
Suspends the coroutine execution for the given amount of seconds using unscaled time.
Parameters
| seconds | The number of seconds to wait. |
Returns
| WaitForSecondsRealtime | The yield statement. |