Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsChildListForACollapsedParent(IList<TreeViewItem<TIdentifier>>)

Utility method for checking if the childList is identical to the one returned by the TreeView<TIdentifier>.CreateChildListForCollapsedParent() method.
Read time 1 minuteLast updated 13 days ago

Definition

IsChildListForACollapsedParent(IList<TreeViewItem<T>>)

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

Parameters

Children list of a TreeViewItem.

Returns

Type

Description

bool