UnityEventCommandBaseTBehaviour Class |
Namespace: Slash.Unity.DataBind.UI.Unity.Commands
public abstract class UnityEventCommandBase<TBehaviour> : Command where TBehaviour : MonoBehaviour
The UnityEventCommandBaseTBehaviour type exposes the following members.
| Name | Description | |
|---|---|---|
| UnityEventCommandBaseTBehaviour | Initializes a new instance of the UnityEventCommandBaseTBehaviour class |
| 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.
|