GetDataForIndex(int)
Gets data for the specified TreeView item index.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public virtual T GetDataForIndex(int index)
Parameters
The TreeView item index.
Returns
Type | Description |
|---|---|
| T | The data. |