Version: 2021.1
言語: 日本語

TreeView.SetupDepthsFromParentsAndChildren

マニュアルに切り替える
protected static void SetupDepthsFromParentsAndChildren (IMGUI.Controls.TreeViewItem root);

パラメーター

root TreeViewItem from which the descendentans should have their depth updated.

説明

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.