SearchContext
Creates a new search context.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Constructor
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
SearchContext(IEnumerable<SearchProvider>, string, SearchFlags)
Creates a new search context.
public SearchContext(IEnumerable<SearchProvider> providers, string searchText, SearchFlags options)
Parameters
The list of search providers used to resolve the specified query.
The search query to perform.
A set of options that help evaluate the query.
SearchContext(IEnumerable<SearchProvider>, string)
Creates a new search context.
public SearchContext(IEnumerable<SearchProvider> providers, string searchText)
Parameters
The list of search providers used to resolve the specified query.
The search query to perform.
SearchContext(IEnumerable<SearchProvider>)
Creates a new search context.
public SearchContext(IEnumerable<SearchProvider> providers)
Parameters
The list of search providers used to resolve the specified query.