GetIdForIndex(int)
Gets the specified TreeView item's identifier.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public int GetIdForIndex(int index)
Parameters
The TreeView item index.
Returns
Type | Description |
|---|---|
| int | The TreeView item's identifier. |