Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

protected enum TreeView<TIdentifier>.DragAndDropPosition

Fields

Value

Description

BetweenItemsThis value is used when dragging between two items.
OutsideItemsThis value is used when dragging outside all items.
UponItemThis value is used when the drag is upon a item.