WaitForEvents Method (ScriptReference) |
Suspend coroutine until all of the script events fire.
Namespace:
Demo3D.Native
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic static ITask ForEvents(
params ScriptReference[] scripts
)
Parameters
- scripts
- Type: Demo3D.VisualsScriptReference
Array of script events to wait for.
Return Value
Type:
ITaskA task representing the wait for all script events to fire.
See Also