Contains(SearchItem)
Checks if the search item is contained in the current selection.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public bool Contains(SearchItem item)
Parameters
Search item to be compared.
Returns
Type | Description |
|---|---|
| bool | True if the item is contained in the selection. |