AddExpandedRows(TreeViewItem<TIdentifier>, IList<TreeViewItem<TIdentifier>>)
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 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
AddExpandedRows(TreeViewItem<T>, IList<TreeViewItem<T>>)
protected void AddExpandedRows(TreeViewItem<TIdentifier> root, IList<TreeViewItem<TIdentifier>> 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<TIdentifier>.BuildRoot(), TreeView<TIdentifier>.BuildRows.