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