Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ISearchEngineBase

The base interface for all search engines.
Read time 1 minuteLast updated 13 days ago

Definition

public interface ISearchEngineBase

Properties

Property

Description

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

Methods

Method

Description

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.