Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetExpandedRecursive(TIdentifier, bool)

Expand or collapse all items under item with id.
Read time 1 minuteLast updated 10 days ago

Definition

SetExpandedRecursive(T, bool)

public void SetExpandedRecursive(TIdentifier id, bool expanded)

Parameters

id

T
TreeViewItem ID.

expanded

Expanded state: true expands, false collapses.

Remarks

This is also used internally when Alt/Option + clicking an foldout arrow of an item to expand/collapse the entire sub-tree under this item.