Click or drag to resize

WaitForSeconds Method

Suspend coroutine for a given time.

Namespace: Demo3D.Native
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public static ITask ForSeconds(
	double time
)

Parameters

time  Double
Time to suspend for.

Return Value

ITask
A task representing the wait time.
See Also