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.

Public 함수

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