AddExpandedRows(TreeViewItem, IList<TreeViewItem>)
Adds the expanded rows of the full tree to the input list. Only use this method if a full tree was built in BuildRoot.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
protected void AddExpandedRows(TreeViewItem root, IList<TreeViewItem> rows)
Parameters
Root of the TreeView.
Rows that will be refilled using the expanded state of TreeView.
Remarks
Note that the rows list will not be cleared before adding items.
Additional Resources: TreeView.BuildRoot, TreeView.BuildRows.