Click or drag to resize

WaitForSeconds Method

Suspend coroutine for a given time.

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

Parameters

time
Type: SystemDouble
Time to suspend for.

Return Value

Type: ITask
A task representing the wait time.
See Also