FindQuery(string)
Find a given search query given its GUID.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public static ISearchQuery FindQuery(string guid)
Parameters
GUID of the search query.
Returns
Type | Description |
|---|---|
| ISearchQuery | Search query. Null if the system found no match. |