UnityEventCommandBaseTBehaviour Methods |
The UnityEventCommandBaseTBehaviour generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Awake |
Unity callback.
(Overrides CommandAwake.) | |
| OnDisable |
Unity callback.
| |
| OnEnable |
Unity callback.
| |
| OnEvent |
Called when the observed event occured.
| |
| RegisterListeners |
Called when the command should add listeners to the specified target to be informed when
about an event that would trigger the command.
| |
| RemoveListeners |
Called when the command should remove its listeners from the specified target.
| |
| Reset |
Unity callback.
|