Version: 2019.2

TreeView.SetupDepthsFromParentsAndChildren

Switch to Manual
protected static void SetupDepthsFromParentsAndChildren (IMGUI.Controls.TreeViewItem root);

Parameters

rootTreeViewItem from which the descendentans should have their depth updated.

Description

Utility method using the depth of the input TreeViewItem to set the correct depths for all its descendant TreeViewItems.

This method can be used to intitialize the TreeViewItems depth values after setting up the children properties of the TreeViewItems.

See Also: SetupDepthsFromParentsAndChildren, BuildRoot.