Version: 2020.2
언어: 한국어

ISearchEngineBase

interface in UnityEditor.SearchService

매뉴얼로 전환

설명

The base interface for all search engines.

변수

nameThe name displayed in the Preferences window in the Unity Editor. This name is used to store the active engine in the preferences.

Public 함수

BeginSearchA function called at the beginning of each search.
BeginSessionA function called at the beginning of a search session.
EndSearchA function called at the end of a search.
EndSessionA function called at the end of a search session.