GetRows()
This is the list of TreeViewItems that have been built in TreeView<TIdentifier>.BuildRows.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
public virtual IList<TreeViewItem<TIdentifier>> GetRows()
Returns
Type | Description |
|---|---|
| IList<TreeViewItem<T>> | Rows. |