DefaultTreeViewController<T>
Default implementation of a TreeViewController.
Read time 3 minutesLast updated 2 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: TreeViewController
- Implements: IDisposable
public class DefaultTreeViewController<T> : TreeViewController, IDisposable
Methods
Method | Description |
|---|---|
| GetDataForId | Gets data for the specified TreeView item ID. |
| GetDataForIndex | Gets data for the specified TreeView item index. |
| GetTreeViewItemDataForId | Gets the tree item data for the specified TreeView item ID. |
| GetTreeViewItemDataForIndex | Gets the tree item data for the specified TreeView item index. |
| SetRootItems | Sets the root items. |