Suspend coroutine for a given time.
Namespace: Demo3D.NativeAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic static ITask ForSeconds(
double time
)
Parameters
- time Double
- Time to suspend for.
Return Value
ITaskA task representing the wait time.
See Also