class MAGES::SceneGraph::Editor::SceneGraphEditorPanel¶
Overview¶
The editor panel for the scene graph. More…
class SceneGraphEditorPanel: public VisualElement { public: // methods SceneGraphEditorPanel(GraphRunner runner, System.ActionsetTitle); SceneGraphEditorPanel(SceneGraphData data, System.Action setTitle); void Save(); };
Detailed Documentation¶
The editor panel for the scene graph.
Methods¶
SceneGraphEditorPanel(GraphRunner runner, System.ActionsetTitle)
Initializes a new instance of the SceneGraphEditorPanel class. Opens a runtime graph.
Parameters:
runner |
The graph runner. |
setTitle |
The title set callback. |
SceneGraphEditorPanel(SceneGraphData data, System.ActionsetTitle)
Initializes a new instance of the SceneGraphEditorPanel class. Opens the asset directly.
Parameters:
data |
The data. |
setTitle |
The title set callback. |
void Save()
Saves the graph.