Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

DefaultMultiColumnTreeViewController<T0>.SetRootItems

Declaration

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

Parameters

items The TreeView root items.

Description

Sets the root items.

Root items can include their children directly.