AtIndex(int)
Selects the nth element matching all the criteria, or null if not enough elements were found.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public T AtIndex(int index)
Parameters
The index of the matched element.
Returns
Type | Description |
|---|---|
| T | The match element at the specified index. |