2#include "markdown/imgui_markdown.h"
3#include "Commands/EditorCommand.h"
12 void undo()
override {}
Contains the Engine, Renderer, resource managers and other systems needed to run Cogs....
void beginModal() override
Called when the command is initiated.
void showGui() override
Display custom ImGUI.
void apply() override
Run the command.
bool continueModal() override
Shall return true while the GUI should still be shown. False when.
Abstract base class for all editor commands showing GUI in interactive mode.