Version: 2021.1
LanguageEnglish
  • C#

ISearchEngineBase

interface in UnityEditor.SearchService

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

The base interface for all search engines.

Properties

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

Public Methods

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.