Version 3.3.0.1

DropZoneHandle class

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

Constructors

DropZoneHandle()
public DropZoneHandle()

Fields

Enabled
public bool Enabled
Rect
public Rect Rect
ScreenRect
public Rect ScreenRect

Properties

CanAcceptMove
public bool CanAcceptMove { get; }
IsAccepted
public bool IsAccepted { get; }
IsBeingHovered
public bool IsBeingHovered { get; }
IsCrossWindowDrag
public bool IsCrossWindowDrag { get; }
IsReadyToClaim
public bool IsReadyToClaim { get; }
LayoutDepth
public int LayoutDepth { get; set; }
Type
public Type Type { get; }

Methods

ClaimObject()
public object ClaimObject()
Returns
System.Object