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