Namespace: | Sirenix.Utilities.Editor |
Assembly: | Sirenix.Utilities.Editor |
public class DragHandle
public DragHandle()
public bool Enabled
public DragAndDropMethods CurrentMethod { get; }
public DragAndDropMethods DragAndDropMethod { get; }
public Rect DraggingScreenRect { get; }
public Rect? DragHandleRect { get; set; }
public bool IsCrossWindowDrag { get; }
public bool IsDragging { get; }
public bool IsHovering { get; }
public Vector2 MouseDownPostionOffset { get; }
public object Object { get; }
public OnDragFinnished OnDragFinnished { get; set; }
public bool OnDragStarted { get; }
public Rect Rect { get; set; }