HasChildrenByIndex(int)
Return whether the item with the specified index has one or more child.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public bool HasChildrenByIndex(int index)
Parameters
The item index.
Returns
Type | Description |
|---|---|
| bool | Whether the item with the specified ID has one or more child. |