DragAndDropPosition
Position where the drop operation occurs.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public enum DragAndDropPosition
Fields
Value | Description |
|---|---|
| BetweenItems | Dragging between items, to add as a sibling. |
| OutsideItems | Dragging in front or after visible items. |
| OverItem | Dragging over an item, to add as a child. |