Defines the structure for a basic, detachable editor window. More...
#include <EditorWindow.hpp>
Public Attributes | |
| bool | isOpen = true |
| std::function< void(vex::ImGUIWrapper &)> | Create |
| The function used to draw the content of the window every frame. | |
Defines the structure for a basic, detachable editor window.
Definition at line 14 of file EditorWindow.hpp.
| std::function<void(vex::ImGUIWrapper&)> BasicEditorWindow::Create |
The function used to draw the content of the window every frame.
| vex::ImGUIWrapper& | - Reference to the ImGUI wrapper for rendering commands. |
Definition at line 21 of file EditorWindow.hpp.
| bool BasicEditorWindow::isOpen = true |
Definition at line 15 of file EditorWindow.hpp.