Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

BaseTreeView.SetRootItems

Declaration

public void SetRootItems(IList<TreeViewItemData<T>> rootItems);

Parameters

Description
rootItems The TreeView root items.

Description

Sets the root items to use with the default tree view controller.

Root items can include their children directly. This will force the use of a DefaultTreeViewController_1.