TreeView<TIdentifier>.CanStartDragArgs
Method arguments for the TreeView<TIdentifier>.CanStartDrag virtual method.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Struct
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor
protected struct TreeView<TIdentifier>.CanStartDragArgs
Fields
Value | Description |
|---|---|
| draggedItem | Item about to be dragged. |
| draggedItemIDs | The multi-selection about to be dragged. |