First()
Convenience overload, shorthand for Build().First().
Read time 1 minuteLast updated 7 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. |
Remarks
Additional Resources: UQueryState<T>.First