DefaultMultiColumnTreeViewController<T>
Default implementation of a MultiColumnTreeViewController.
Read time 3 minutesLast updated 2 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: MultiColumnTreeViewController
- Implements: IDisposable
public class DefaultMultiColumnTreeViewController<T> : MultiColumnTreeViewController, IDisposable
Constructors
Constructor | Description |
|---|---|
| DefaultMultiColumnTreeViewController`1(UnityEngine.UIElements.Columns,UnityEngine.UIElements.SortColumnDescriptions,System.Collections.Generic.List{UnityEngine.UIElements.SortColumnDescription}) | The constructor for DefaultMultiColumnTreeViewController. |
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. |