Click or drag to resize

WaitForEvent Method

Overload List
  NameDescription
Public methodStatic memberForEvent(ScriptReference)
Suspend coroutine until a given script event fires.
Public methodStatic memberForEvent(Double, ScriptReference)
Suspend coroutine until the script event fires or a timeout occurs.
Public methodStatic memberForEvent(ScriptReference, ScriptReferenceNativeListenersDelegate)
Suspend coroutine until a given script event fires.
Public methodStatic memberForEventT(ScriptReferenceT, ScriptReferenceTNativeListenersDelegate)
Suspend coroutine until a given script event fires.
Public methodStatic memberForEventT1, T2(ScriptReferenceT1, T2, ScriptReferenceT1, T2NativeListenersDelegate)
Suspend coroutine until a given script event fires.
Public methodStatic memberForEventT1, T2, T3(ScriptReferenceT1, T2, T3, ScriptReferenceT1, T2, T3NativeListenersDelegate)
Suspend coroutine until a given script event fires.
Public methodStatic memberForEventT1, T2, T3, T4(ScriptReferenceT1, T2, T3, T4, ScriptReferenceT1, T2, T3, T4NativeListenersDelegate)
Suspend coroutine until a given script event fires.
Top
See Also