Version 3.1.11.0

DragHandle class

Namespace: Sirenix.Utilities.Editor
Assembly: Sirenix.Utilities.Editor
public class DragHandle
This class is due to undergo refactoring.
Inheritance
  • System.Object
  • DragHandle

Constructors

DragHandle()
public DragHandle()

Fields

Enabled
Not yet documented.
public bool Enabled

Properties

CurrentMethod
Not yet documented.
public DragAndDropMethods CurrentMethod { get; }
DragAndDropMethod
Not yet documented.
public DragAndDropMethods DragAndDropMethod { get; }
DraggingScreenRect
Not yet documented.
public Rect DraggingScreenRect { get; }
DragHandleRect
Not yet documented.
public Rect? DragHandleRect { get; set; }
IsCrossWindowDrag
Not yet documented.
public bool IsCrossWindowDrag { get; }
IsDragging
Not yet documented.
public bool IsDragging { get; }
IsHovering
Not yet documented.
public bool IsHovering { get; }
MouseDownPostionOffset
Not yet documented.
public Vector2 MouseDownPostionOffset { get; }
Object
Not yet documented.
public object Object { get; }
OnDragFinnished
Not yet documented.
public OnDragFinnished OnDragFinnished { get; set; }
OnDragStarted
Not yet documented.
public bool OnDragStarted { get; }
Rect
Not yet documented.
public Rect Rect { get; set; }