Foundation
Loading...
Searching...
No Matches
Editor.hpp
Go to the documentation of this file.
1#pragma once
3#include "ImGui.hpp"
6{
8 FENoScene, // no scene loaded: render ImGui only until a scene is installed
13};
14
FEditorState
Definition Editor.hpp:6
@ FERunning
Definition Editor.hpp:10
@ FEInitEnter
Definition Editor.hpp:7
@ FERunningEnter
Definition Editor.hpp:9
@ FENoScene
Definition Editor.hpp:8
@ FERendering
Definition Editor.hpp:12
@ FERenderingEnter
Definition Editor.hpp:11