TreeView<TIdentifier>.DragAndDropPosition
Enum describing the possible positions a drag can have relative to the items: upon a item, between two items or outside items.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
protected enum TreeView<TIdentifier>.DragAndDropPosition
Fields
Value | Description |
|---|---|
| BetweenItems | This value is used when dragging between two items. |
| OutsideItems | This value is used when dragging outside all items. |
| UponItem | This value is used when the drag is upon a item. |