Version: 2021.3
言語: 日本語
public bool TryGetInstallationForPath (string editorPath, out Unity.CodeEditor.CodeEditor.Installation installation);

パラメーター

editorPath The absolute path of the chosen code editor.
installation To store the resulting Installation. If return value is false, this result is ignored.

戻り値

bool Whether this IExternalCodeEditor can support the editorPath implementation.

説明

Unity stores the path of the chosen editor. An instance of IExternalCodeEditor can take responsibility for this path, by returning true when this method is being called. The out variable installation need to be constructed with the path and the name that should be shown in the "External Tools" code editor list.

For supported code editor paths, this function sets the output variable installation to an instance of Installation which describes the name that appears in the Editor Preference > Editor Tool section.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961