draggedItemIDs
The multi-selection about to be dragged.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Field
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
public IList<TIdentifier> draggedItemIDs
Remarks
If the user is about to drag a multi-selection this is the entire list of TreeViewItem<TIdentifier>.id that are about to be dragged, including the ::draggedItem.
Additional Resources: TreeView<TIdentifier>.FindRows.