Click or drag to resize

WaitForEvents(ScriptReference) Method

Suspend coroutine until all of the script events fire.

Namespace: Demo3D.Native
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public static ITask ForEvents(
	params ScriptReference[] scripts
)

Parameters

scripts  ScriptReference
Array of script events to wait for.

Return Value

ITask
A task representing the wait for all script events to fire.
See Also