GetChildrenIds(int)
Get all children of a specific ID in the tree.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public virtual IEnumerable<int> GetChildrenIds(int id)
Parameters
The item ID.
Returns
Type | Description |
|---|---|
| IEnumerable<int> | The children IDs. |