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

TreeView.IsChildListForACollapsedParent

Declaration

protected static bool IsChildListForACollapsedParent(IList<TreeViewItem> childList);

Parameters

childList Children list of a TreeViewItem.

Description

Utility method for checking if the childList is identical to the one returned by the CreateChildListForCollapsedParent method.