Last()
Convenience overload, shorthand for Build().Last().
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public T Last()
Returns
Type | Description |
|---|---|
| T | The last element matching all the criteria, or null if none was found. |