Namespace: | Sirenix.Utilities.Editor |
Assembly: | Sirenix.Utilities.Editor |
public sealed class DropZoneHandle
public DropZoneHandle()
public bool Enabled
public Rect Rect
public Rect ScreenRect
public bool CanAcceptMove { get; }
public bool IsAccepted { get; }
public bool IsBeingHovered { get; }
public bool IsCrossWindowDrag { get; }
public bool IsReadyToClaim { get; }
public int LayoutDepth { get; set; }
public Type Type { get; }
public object ClaimObject()
System.Object |