Version: 2020.3
言語: 日本語
public static void RegisterEngine (SearchService.IProjectSearchEngine engine);

パラメーター

engine The Project search engine to register.

説明

Registers a Project 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.

See Also: Project.UnregisterEngine.