Version: 2020.2
언어: 한국어

ISearchEngine<T0>

interface in UnityEditor.SearchService


인터페이스 구현:ISearchEngineBase

매뉴얼로 전환

설명

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

Public 함수

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