[ Web Proxy ]
URL:
Viewing: https://docs.unity3d.com/ScriptReference/SearchService.ISearchEngineBase.html [Back]  [Original]

Unity - Scripting API: ISearchEngineBase
Version: Unity 6.5 (6000.5)
    • Supported
    • Legacy
    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
    Your name Your email Suggestion* Submit suggestion

    Cancel

    Description

    The base interface for all search engines.

    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.

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

    Web Proxy Viewer  |  New URL  |  Original Page