ElementAt(int)
Retrieves the child element at a specific index.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public VisualElement ElementAt(int index)
Parameters
The index of the element.
Returns
Type | Description |
|---|---|
| VisualElement |