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