ScriptableWizard.DisplayWizardstatic function DisplayWizard (title : string, klass : System.Type, createButtonName : string = "Create", otherButtonName : string = "") : ScriptableWizardParameters
ReturnsScriptableWizard - The wizard. DescriptionCreates a wizard. When the user hits the Create button OnWizardCreate function will be called. DisplayWizard will only show one wizard for every wizard class. |
