GetExpanded()
Returns a list of TreeViewItem IDs that are currently expanded in the TreeView.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
public IList<TIdentifier> GetExpanded()
Returns
Type | Description |
|---|---|
| IList<T> | TreeViewItem IDs. |
Remarks
Additional Resources: TreeView<TIdentifier>.SetExpanded.