TreeView.CanStartDragArgs
Method arguments for the TreeView.CanStartDrag virtual method.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Struct
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
protected struct TreeView.CanStartDragArgs
Fields
Value | Description |
|---|---|
| draggedItem | Item about to be dragged. |
| draggedItemIDs | The multi-selection about to be dragged. |
Operators
Operator | Description |
|---|---|
| CanStartDragArgs | Implicitly convert between CanStartDragArgs on TreeView, and TreeView\<int\> |