Class CreateFromPrefabImporter
Wizard to create from a prefab
This class mostly serves as an example to create a wizard adapter
Namespace: Unity.Industrial.Forma.Importers.CreateFromPrefabImporter.Editor
Syntax
public class CreateFromPrefabImporter : ScriptableWizard
Methods
DrawWizardGUI()
Drawing of the wizard GUI
Declaration
protected override bool DrawWizardGUI()
Returns
Type | Description |
---|---|
Boolean |
OnWizardCreate()
When the wizard is created
Declaration
protected void OnWizardCreate()