The main Editor class, inheriting from Engine and providing editor-specific functionality and UI. More...
#include "Engine.hpp"#include "EditorCamera.hpp"#include "EditorCommands.hpp"#include "EditorProperties.hpp"#include "ProjectProperties.hpp"#include "Tools/EditorMenuBar.hpp"#include "Tools/AssetBrowser.hpp"#include "components/DebugConsole.hpp"#include <ImGuizmo.h>#include <nlohmann/json.hpp>#include <memory>#include <deque>#include <stack>Go to the source code of this file.
Classes | |
| class | vex::Editor |
| The main Editor class, inheriting from Engine and providing editor-specific functionality and UI. More... | |
| struct | vex::Editor::CopiedObjectData |
Namespaces | |
| namespace | vex |
The main Editor class, inheriting from Engine and providing editor-specific functionality and UI.
Definition in file Editor.hpp.