SetRootItems(IList<TreeViewItemData<T>>)
Sets the root items.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public void SetRootItems(IList<TreeViewItemData<T>> items)
Parameters
The TreeView root items.
Remarks
Root items can include their children directly.