VEX Engine
Retro looking game engine made in vulkan mostly because i wanted to understand it better.
Loading...
Searching...
No Matches
Editor.hpp File Reference

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

Detailed Description

The main Editor class, inheriting from Engine and providing editor-specific functionality and UI.

Author
Eryk Roszkowski

Definition in file Editor.hpp.