![]() | EventTriggerCommand Class |
Namespace: Slash.Unity.DataBind.UI.Unity.Commands
The EventTriggerCommand type exposes the following members.
Name | Description | |
---|---|---|
![]() | EventTriggerCommand | Initializes a new instance of the EventTriggerCommand class |
Name | Description | |
---|---|---|
![]() | GetEvents |
Returns the events from the specified target to observe.
(Overrides UnityEventCommandTBehaviour, TEventDataGetEvents(TBehaviour).) |
![]() | OnEvent |
Called when an the event on the target occurred that this command is listening to.
By default this will invoke the command with the received event data, but derived commands may modify the event data
first.
(Overrides UnityEventCommandTBehaviour, TEventDataOnEvent(TEventData).) |