Method BuildRoot
BuildRoot()
Abstract method that is required to be implemented. By default this method should create the full tree of TreeViewItems and return the root.
Declaration
protected override TreeViewItem BuildRoot()
Returns
Type | Description |
---|---|
TreeViewItem | The root of the tree. This item can later be accessed by 'rootItem'. |
Overrides
UnityEditor.IMGUI.Controls.TreeView.BuildRoot()