Class ScriptEditorUtility
  
  
  
  
    Inheritance
    
    ScriptEditorUtility
   
  
  
  Assembly: UnityEditor.dll
  Syntax
  
    public class ScriptEditorUtility
   
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetExternalScriptEditor()
  
  
  Declaration
  
    public static string GetExternalScriptEditor()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetExternalScriptEditorArgs()
  
  
  Declaration
  
    public static string GetExternalScriptEditorArgs()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public static Dictionary<string, string> GetFoundScriptEditorPaths(RuntimePlatform platform)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetScriptEditorFromPath(String)
  
  
  Declaration
  
    public static ScriptEditorUtility.ScriptEditor GetScriptEditorFromPath(string path)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | String | path |  | 
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetScriptEditorFromPreferences()
  
  
  Declaration
  
    public static ScriptEditorUtility.ScriptEditor GetScriptEditorFromPreferences()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  RegisterIde(Func<ScriptEditorUtility.Installation[]>)
  
  
  Declaration
  
    public static void RegisterIde(Func<ScriptEditorUtility.Installation[]> pathCallBack)
   
  Parameters
  
  
    |
    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