Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

TreeView.GetExpanded

Declaration

public IList<int> GetExpanded();

Returns

IList<int> TreeViewItem IDs.

Description

Returns a list of TreeViewItem IDs that are currently expanded in the TreeView.

Additional resources: SetExpanded.