49 std::string destination;
Used to edit models.
Definition: AssetEditor.hpp:11
bool IsVisible() const
Get whether the window is visible.
Definition: AssetEditor.cpp:53
void SetVisible(bool visible)
Set whether the window should be visible.
Definition: AssetEditor.cpp:57
void Show()
Show the editor.
Definition: AssetEditor.cpp:22
AssetEditor()
Constructor.
Definition: AssetEditor.cpp:18
const Geometry::Model * GetModel() const
Get the model being edited.
Definition: AssetEditor.cpp:41
void SetModel(Geometry::Model *model)
Set the model to edit.
Definition: AssetEditor.cpp:45
Interface of a model loaded from a file.
Definition: Model.hpp:8
Definition: AssetEditor.hpp:9
Definition: AssetEditor.hpp:5