Click or drag to resize

DragCommand Class

Command to invoke when a drag source is dragged.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Foundation.CommandsCommand
            Slash.Unity.DataBind.UI.Unity.CommandsUnityEventCommandBaseDragSource
              Slash.Unity.DataBind.UI.Unity.CommandsUnityEventCommandDragSource, DragEventData
                Slash.Unity.DataBind.GestureInput.CommandsDragCommand

Namespace:  Slash.Unity.DataBind.GestureInput.Commands
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class DragCommand : UnityEventCommand<DragSource, DragEventData>

The DragCommand type exposes the following members.

Constructors
  NameDescription
Public methodDragCommand
Initializes a new instance of the DragCommand class
Top
Methods
See Also