Version: 2023.1
言語: 日本語
public Unity.CodeEditor.CodeEditor.Installation GetInstallationForPath (string editorPath);

パラメーター

editorPath The absolute path to an executable.

戻り値

Installation An Installation representation of the path.

説明

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.