class MAGES::SceneGraph::Editor::WizardMainPanel¶
Overview¶
The main panel for the wizard. More…
class WizardMainPanel { public: // properties VisualElement Root; SceneGraphView SceneGraphView; Bundle Bundle; // methods WizardMainPanel(SceneGraphView view, Bundle attachedBundle); void Destroy(); };
Detailed Documentation¶
The main panel for the wizard.
Properties¶
VisualElement Root
Gets the root element.
SceneGraphView SceneGraphView
Gets or sets the scenegraph view this wizard is associated with.
Bundle Bundle
Gets or sets the attached bundle.
Methods¶
WizardMainPanel(SceneGraphView view, Bundle attachedBundle)
Initializes a new instance of the WizardMainPanel class.
Parameters:
view |
The scene graph view. |
attachedBundle |
The attached bundle. |
void Destroy()
Call this to destroy any remaining steps that have been created.