This version of Unity is unsupported.

IFilterEngine<T0>

interface in UnityEditor.SearchService


Implements interfaces:ISearchEngineBase

Description

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

In a filter operation, the search engine must determine whether a single element satisfies the search query. This is the type of search that SearchService.Scene uses.

Public Methods

FilterThis function checks whether or not the specified element satisfies the search query.