Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

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.