Click or drag to resize

DragCommand Class

Command which is invoked when the element is dragged. Parameters: - Pointer event data.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Foundation.CommandsCommand
            Slash.Unity.DataBind.UI.Unity.CommandsDragCommand

Namespace:  Slash.Unity.DataBind.UI.Unity.Commands
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class DragCommand : Command, 
	IDragHandler, IEventSystemHandler

The DragCommand type exposes the following members.

Constructors
  NameDescription
Public methodDragCommand
Initializes a new instance of the DragCommand class
Top
Methods
  NameDescription
Public methodOnDrag
Called while this element is dragged.
Top
See Also