Version: 2022.3
언어: 한국어

CodeEditor.GetInstallationForPath

매뉴얼로 전환
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.