Class ScriptableWizard
  
  
  
  
    Inheritance
    
    
    
    
    ScriptableWizard
   
  
  
  Assembly: UnityEditor.dll
  Syntax
  
    public class ScriptableWizard : EditorWindow
   
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public string createButtonName { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  errorString
  
  
  Declaration
  
    public string errorString { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  helpString
  
  
  Declaration
  
    public string helpString { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  isValid
  
  
  Declaration
  
    public bool isValid { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public string otherButtonName { get; set; }
   
  Property Value
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DisplayWizard(String, Type)
  
  
  Declaration
  
    [ExcludeFromDocs]
public static ScriptableWizard DisplayWizard(string title, Type klass)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DisplayWizard(String, Type, String)
  
  
  Declaration
  
    [ExcludeFromDocs]
public static ScriptableWizard DisplayWizard(string title, Type klass, string createButtonName)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DisplayWizard(String, Type, String, String)
  
  
  Declaration
  
    public static ScriptableWizard DisplayWizard(string title, Type klass, [DefaultValue("\"Create\"")] string createButtonName, [DefaultValue("\"\"")] string otherButtonName)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DisplayWizard<T>(String)
  
  
  Declaration
  
    public static T DisplayWizard<T>(string title)
    where T : ScriptableWizard
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | String | title |  | 
    
  
  Returns
  
  Type Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DisplayWizard<T>(String, String)
  
  
  Declaration
  
    public static T DisplayWizard<T>(string title, string createButtonName)
    where T : ScriptableWizard
   
  Parameters
  
  Returns
  
  Type Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DisplayWizard<T>(String, String, String)
  
  
  Declaration
  
    public static T DisplayWizard<T>(string title, string createButtonName, string otherButtonName)
    where T : ScriptableWizard
   
  Parameters
  
  Returns
  
  Type Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DrawWizardGUI()
  
  
  Declaration
  
    protected virtual bool DrawWizardGUI()
   
  Returns
  
  Extension Methods