Click or drag to resize

WaitForAll Method

Suspend coroutine until all of the supplied tasks to complete. This task will not complete until all the supplied wait tasks complete.

Namespace:  Demo3D.Native
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public static ITask ForAll(
	params Object[] waits
)

Parameters

waits
Type: SystemObject
Array of suspended coroutines.

Return Value

Type: ITask
A task representing the wait for all tasks to complete.
See Also