Unity - Scripting API: Search.SearchUtils.CreateQuery
Success!
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Submission failed
For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Parameters
| Parameter | Description |
|---|---|
| name | Name of the query. |
| context | Search context used to execute the query. |
| tableConfig | Search table used to populate the table view. Can be null. |
Returns
ISearchQuery Returns a new search query object.
Description
Creates a new search query.
This search query needs to be persisted manually.