TreeView.SetupDepthsFromParentsAndChildren

Declaration

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

Parameters

root TreeViewItem 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.

Additional resources: SetupDepthsFromParentsAndChildren, BuildRoot.


Did you find this page useful? Please give it a rating: