This version of Unity is unsupported.

ISearchEngine<T0>

interface in UnityEditor.SearchService


Implements interfaces:ISearchEngineBase

Description

The base interface for search engines that implement a search operation.

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 SearchService.Project.

Public Methods

SearchThis function returns an IEnumerable of items that satisfy the search query.