ISearchEngineBase
The base interface for all search engines.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Interface
- Namespace: UnityEditor.SearchService
- Assembly: UnityEditor
public interface ISearchEngineBase
Properties
Property | Description |
|---|---|
| name | The name displayed in the Preferences window in the Unity Editor. This name is used to store the active engine in the preferences. |
Methods
Method | Description |
|---|---|
| BeginSearch | A function called at the beginning of each search. |
| BeginSession | A function called at the beginning of a search session. |
| EndSearch | A function called at the end of a search. |
| EndSession | A function called at the end of a search session. |