Struct TreeView.DragAndDropArgs
Inherited Members
Namespace: UnityEditor.IMGUI.Controls
Assembly: UnityEditor.dll
Syntax
protected struct DragAndDropArgs
Fields
| Improve this Doc View SourcedragAndDropPosition
Declaration
public TreeView.DragAndDropPosition dragAndDropPosition
Field Value
| Type | Description |
|---|---|
| TreeView.DragAndDropPosition |
insertAtIndex
Declaration
public int insertAtIndex
Field Value
| Type | Description |
|---|---|
| Int32 |
parentItem
Declaration
public TreeViewItem parentItem
Field Value
| Type | Description |
|---|---|
| TreeViewItem |
performDrop
Declaration
public bool performDrop
Field Value
| Type | Description |
|---|---|
| Boolean |