this[]
Retrieves the child element at a specific index.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
this[int]
public VisualElement this[int key] { get; }
Parameters
The index of the element.
Returns
Type | Description |
|---|---|
| VisualElement |