Version: 1.0
LanguageEnglish
  • C#

CodeEditor.GetInstallationForPath

Declaration

public Unity.CodeEditor.CodeEditor.Installation GetInstallationForPath(string editorPath);

Parameters

editorPath The absolute path to an executable.

Returns

Installation An Installation representation of the path.

Description

Each registered code editor package has an instance of IExternalCodeEditor. This method invokes IExternalCodeEditor.TryGetInstallationForPath on that instance. It finds the first instance that returns a valid installation, and returns the installation.


对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答