Method | Description | |
---|---|---|
AddListener ( UnityAction call ) : void |
Add a non persistent listener to the UnityEvent.
|
|
Invoke ( ) : void |
Invoke all registered callbacks (runtime and persistent).
|
|
RemoveListener ( UnityAction call ) : void |
Remove a non persistent listener from the UnityEvent.
|
Method | Description | |
---|---|---|
FindMethod_Impl ( string name, object targetObj ) : |
Method | Description | |
---|---|---|
AddPersistentListener ( UnityAction call ) : void | ||
AddPersistentListener ( UnityAction call, UnityEventCallState callState ) : void | ||
GetDelegate ( UnityAction action ) : BaseInvokableCall | ||
GetDelegate ( object target, |
||
RegisterPersistentListener ( int index, UnityAction call ) : void |
public AddListener ( UnityAction call ) : void | ||
call | UnityAction | Callback function. |
return | void |
protected FindMethod_Impl ( string name, object targetObj ) : |
||
name | string | |
targetObj | object | |
return |
public RemoveListener ( UnityAction call ) : void | ||
call | UnityAction | Callback function. |
return | void |