ISearchEngine<T>
The base interface for search engines that implement a search operation.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Interface
- Namespace: UnityEditor.SearchService
- Assembly: UnityEditor
public interface ISearchEngine<T> : ISearchEngineBase
Remarks
In a search operation, the search engine is responsible for providing all the elements that satisfy the search query. This is the type of search used by Project.
Methods
Method | Description |
|---|---|
| Search | This function returns an IEnumerable of items that satisfy the search query. |