class MAGES::SceneGraph::Editor::StepsPanel¶
Overview¶
The steps panel is a visual element that displays the steps of a scene graph. More…
class StepsPanel: public VisualElement { public: // methods StepsPanel(BaseActionData data, SerializedObject dataObject, Action onClose); };
Detailed Documentation¶
The steps panel is a visual element that displays the steps of a scene graph.
Methods¶
StepsPanel(BaseActionData data, SerializedObject dataObject, Action onClose)
Initializes a new instance of the StepsPanel class.
Parameters:
data |
The data. |
dataObject |
The data object. |
onClose |
Action to invoke when panel is closed. |