providerIds
A list of Search Provider IDs that will be used to create the search context.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Search
- Assembly: UnityEngine.CoreModule
public string[] providerIds { get; }
Examples
const string assetProviders = "adb;asset";[SearchContext("t:prefab", "expression;asset;scene", SearchViewFlags.GridView)]public GameObject prefab;