Click or drag to resize

ScriptReferenceT Events

The ScriptReferenceT generic type exposes the following members.

Events
  NameDescription
Public eventNativeBlockingListeners
Add non-blocking callback delegates to this event (IEnumerable return type).
Public eventNativeListeners
Add blocking callback delegates to this event.
Public eventNativeTaskListeners
Add async callback delegates to this event (async Task return type).
Top
See Also