SortItemIDsInRowOrder(IList<TIdentifier>)
Returns a list sorted in the order in which they are shown in the TreeView.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
SortItemIDsInRowOrder(IList<T>)
protected IList<TIdentifier> SortItemIDsInRowOrder(IList<TIdentifier> ids)
Parameters
TreeViewItem IDs.
Returns
Type | Description |
|---|---|
| IList<T> |
Remarks
This can be useful when drag-and-dropping a multiselection, and you need the order of the dropped items to be the same as they are in the TreeView. By default, dragged items are in the order the selection was made.