Last()
Gets the last selected item in the selection.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public SearchItem Last()
Returns
Type | Description |
|---|---|
| SearchItem | Last selected item in selection. Returns null if no items are selected. |