GetActiveProviders()
Returns all active providers.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public static IEnumerable<SearchProvider> GetActiveProviders()
Returns
Type | Description |
|---|---|
| IEnumerable<SearchProvider> | Enumerate all active providers. |
Remarks
Active providers can be found in the user search preferences. Globally active providers are the one that are assigned to new search context by default.