Click or drag to resize

InitializeScriptReference Events

The InitializeScriptReference type exposes the following members.

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