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
- Type: Method
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
IsChildListForACollapsedParent(IList<TreeViewItem<T>>)
protected static bool IsChildListForACollapsedParent(IList<TreeViewItem<TIdentifier>> childList)
Parameters
Children list of a TreeViewItem.
Returns
Type | Description |
|---|---|
| bool |