Last()
The last element matching all the criteria, or null if none was found.
Read time 1 minuteLast updated 10 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. |