Suspend coroutine until all of the supplied tasks to complete.
This task will not complete until all the supplied wait tasks complete.
Namespace: Demo3D.NativeAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic static ITask ForAll(
params Object[] waits
)
Parameters
- waits Object
- Array of suspended coroutines.
Return Value
ITaskA task representing the wait for all tasks to complete.
See Also