GetIndentationDepthByIndex(int)
Return the depth of the element at that index.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public int GetIndentationDepthByIndex(int index)
Parameters
The item index.
Returns
Type | Description |
|---|---|
| int | The depth of the element. |