GetInstallationForPath(string)
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.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.CodeEditor
- Assembly: UnityEditor.CoreModule
public CodeEditor.Installation GetInstallationForPath(string editorPath)
Parameters
The absolute path to an executable.
Returns
Type | Description |
|---|---|
| Installation | An CodeEditor.Installation representation of the path. |