Class Editor

Class Documentation

class Editor

Public Functions

Editor()
~Editor()
void Init()
void Update(float elasped)
void LoadProject(Project *project)
Project *GetCurrentProject() const
ari::GuiSystem *GetGuiSystem()

Protected Attributes

ari::World m_EditorWorld
ari::GuiSystem m_GuiSystem
ari::RenderSystem m_RenderSystem
ari::SceneSystem m_SceneSystem
ProjectBrowser m_ProjectBrowser
EditorWindowManager m_EditorWindow
Project *m_pCurrentProject = nullptr