UnityEventTrigger Class |
Namespace: Slash.Unity.DataBind.Foundation.Triggers
The UnityEventTrigger type exposes the following members.
| Name | Description | |
|---|---|---|
| UnityEventTrigger | Initializes a new instance of the UnityEventTrigger class |
| Name | Description | |
|---|---|---|
| Awake |
Unity callback.
| |
| OnContextChanged |
Has to be called when an anchestor context changed as the data value may change.
| |
| OnDestroy |
Unity callback.
| |
| OnDisable |
Unity callback.
| |
| OnEnable |
Unity callback.
| |
| OnObjectValueChanged |
Called when the data binding value changed.
|
| Name | Description | |
|---|---|---|
| Path |
Path of trigger that initiates the unity event.
| |
| TriggerInvoked |
Unity event fired when trigger is invoked.
|