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