Click or drag to resize

WaitFor Method (ITask)

Suspend coroutine until another task completes.

Namespace:  Demo3D.Native
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public static ITask For(
	ITask task
)

Parameters

task
Type: Demo3D.EventQueueITask
Task to wait for.

Return Value

Type: ITask
A task representing the wait for the other task.
See Also