ScriptableWizard.OnWizardCreate  

Scripting > Editor Classes > ScriptableWizard

function OnWizardCreate () : void

Description

This is called when the user clicks on the Create button.

Here you perform any final creation/modification actions. After OnCreateWizard is called, the wizard is automatically closed.

See Also: ScriptableWizard.DisplayWizard