ISearchContext
The base interface for search contexts.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Interface
- Namespace: UnityEditor.SearchService
- Assembly: UnityEditor.CoreModule
public interface ISearchContext
Properties
Property | Description |
|---|---|
| engineScope | An enum that identifies the current search scope. |
| guid | A unique identifier for this search context. |
| requiredTypeNames | An IEnumerable of strings that contains the type name constraints for this search. |
| requiredTypes | IEnumerable of types that contains the type constraints for this search. |