GetChildrenIdsByIndex(int)
Gets the children IDs of the item with the specified index.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public IEnumerable<int> GetChildrenIdsByIndex(int index)
Parameters
The item index.
Returns
Type | Description |
|---|---|
| IEnumerable<int> | The children IDs. |