Click or drag to resize

EventTriggerCommand Class

Command which is invoked when an EventTrigger fires one of its triggers.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Foundation.CommandsCommand
            Slash.Unity.DataBind.UI.Unity.CommandsUnityEventCommandBaseEventTrigger
              Slash.Unity.DataBind.UI.Unity.CommandsUnityEventCommandEventTrigger, BaseEventData
                Slash.Unity.DataBind.UI.Unity.CommandsEventTriggerCommand

Namespace:  Slash.Unity.DataBind.UI.Unity.Commands
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class EventTriggerCommand : UnityEventCommand<EventTrigger, BaseEventData>

The EventTriggerCommand type exposes the following members.

Constructors
  NameDescription
Public methodEventTriggerCommand
Initializes a new instance of the EventTriggerCommand class
Top
Methods
See Also