13 virtual void Draw(entt::registry& t_Reg,
float DeltaTime)
override;
void OnSaveLevel(std::string t_FileName) override
The BaseEditor of the Fling Engine.
Definition: BaseEditor.h:13
Definition: SandboxEditor.h:5
virtual void Draw(entt::registry &t_Reg, float DeltaTime) override
Draws the editor via IMGUI.
void OnLoadLevel(std::string t_FileName) override
Definition: SandboxEditor.h:7