Show / Hide Table of Contents

Class ScriptEditorUtility

Inheritance
Object
ScriptEditorUtility
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditorInternal
Assembly: UnityEditor.dll
Syntax
public class ScriptEditorUtility

Methods

| Improve this Doc View Source

GetExternalScriptEditor()

Declaration
public static string GetExternalScriptEditor()
Returns
Type Description
String
| Improve this Doc View Source

GetExternalScriptEditorArgs()

Declaration
public static string GetExternalScriptEditorArgs()
Returns
Type Description
String
| Improve this Doc View Source

GetFoundScriptEditorPaths(RuntimePlatform)

Declaration
public static Dictionary<string, string> GetFoundScriptEditorPaths(RuntimePlatform platform)
Parameters
Type Name Description
RuntimePlatform platform
Returns
Type Description
Dictionary<String, String>
| Improve this Doc View Source

GetScriptEditorFromPath(String)

Declaration
public static ScriptEditorUtility.ScriptEditor GetScriptEditorFromPath(string path)
Parameters
Type Name Description
String path
Returns
Type Description
ScriptEditorUtility.ScriptEditor
| Improve this Doc View Source

GetScriptEditorFromPreferences()

Declaration
public static ScriptEditorUtility.ScriptEditor GetScriptEditorFromPreferences()
Returns
Type Description
ScriptEditorUtility.ScriptEditor
| Improve this Doc View Source

RegisterIde(Func<ScriptEditorUtility.Installation[]>)

Declaration
public static void RegisterIde(Func<ScriptEditorUtility.Installation[]> pathCallBack)
Parameters
Type Name Description
Func<ScriptEditorUtility.Installation[]> pathCallBack
| Improve this Doc View Source

SetExternalScriptEditor(String)

Declaration
public static void SetExternalScriptEditor(string path)
Parameters
Type Name Description
String path
| Improve this Doc View Source

SetExternalScriptEditorArgs(String)

Declaration
public static void SetExternalScriptEditorArgs(string args)
Parameters
Type Name Description
String args

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX