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

Unity - Scripting API: SearchService.ObjectSelectorSearch.RegisterEngine
Version: Unity 6.5 (6000.5)
    • Supported
    • Legacy
    LanguageEnglish
    • C#

    ObjectSelectorSearch.RegisterEngine

    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

    Declaration

    public static void RegisterEngine(IObjectSelectorEngine engine);

    Parameters

    Parameter Description
    engine The ObjectSelector search engine to register.

    Description

    Registers an ObjectSelector search engine dynamically.

    If you set a dynamically registered engine as the active search engine via the Settings window, you must make sure to register it in subsequent Unity sessions before it is used. If you do not register it, Unity reverts to the default search engine.

    Additional resources: ObjectSelectorSearch.UnregisterEngine.


    Web Proxy Viewer  |  New URL  |  Original Page