Version: 2020.2

IFilterEngine<T0>

interface in UnityEditor.SearchService


实现接口:ISearchEngineBase

切换到手册

描述

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 Scene uses.

公共函数

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