This version of Unity is unsupported.

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.