Click or drag to resize

TriggerCommand Class

Command to invoke when a trigger source is triggered.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Foundation.CommandsCommand
            Slash.Unity.DataBind.UI.Unity.CommandsUnityEventCommandBaseTriggerSource
              Slash.Unity.DataBind.UI.Unity.CommandsUnityEventCommandTriggerSource
                Slash.Unity.DataBind.GestureInput.CommandsTriggerCommand

Namespace:  Slash.Unity.DataBind.GestureInput.Commands
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class TriggerCommand : UnityEventCommand<TriggerSource>

The TriggerCommand type exposes the following members.

Constructors
  NameDescription
Public methodTriggerCommand
Initializes a new instance of the TriggerCommand class
Top
Methods
See Also