Represents the Editor context, handling initialization, ticking, and shutdown of editor-specific modules. Подробнее...
#include <Editor.h>
Открытые члены | |
void | init () override |
Initializes the Editor context and starts necessary modules. | |
void | startupEditorModules () |
Starts up editor-specific modules (e.g., GUI, Project Management). | |
void | tick (float deltaTime) override |
Updates the Editor context every frame. | |
void | shutDown () override |
Shuts down the Editor context and its associated modules. | |
void | shutDownEditorModules () |
Shuts down editor-specific modules. | |
Represents the Editor context, handling initialization, ticking, and shutdown of editor-specific modules.
|
overridevirtual |
Initializes the Editor context and starts necessary modules.
Замещает IEngineContext.
|
overridevirtual |
Shuts down the Editor context and its associated modules.
Замещает IEngineContext.
|
overridevirtual |
Updates the Editor context every frame.
deltaTime | Time elapsed since the last frame. |
Замещает IEngineContext.