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