First()
The first element matching all the criteria, or null if none was found.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public T First()
Returns
Type | Description |
|---|---|
| T | The first element matching all the criteria, or null if none was found. |