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

パラメーター

engine The Scene search engine to register.

説明

Registers a Scene 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: Scene.UnregisterEngine.