|
Hymn to Beauty
C++ 3D Engine
|
#include <Engine.hpp>
Public Attributes | |
| int | width = 1024 |
| Window width. More... | |
| int | height = 768 |
| Window height. More... | |
| bool | fullscreen = false |
| Whether to run in fullscreen mode. More... | |
| bool | borderless = false |
| Whether to run in borderless window mode. More... | |
| bool | debug = false |
| Whether to run in debug context. More... | |
| double | targetFPS = 60.0 |
| The target FPS. More... | |
| bool | paused = false |
| Whether the hymn is paused. More... | |
| Video::Renderer::GraphicsAPI | graphicsAPI = Video::Renderer::GraphicsAPI::OPENGL |
| Which graphics API to use for rendering. More... | |
Engine configuration.
| bool Engine::Configuration::borderless = false |
Whether to run in borderless window mode.
| bool Engine::Configuration::debug = false |
Whether to run in debug context.
| bool Engine::Configuration::fullscreen = false |
Whether to run in fullscreen mode.
| Video::Renderer::GraphicsAPI Engine::Configuration::graphicsAPI = Video::Renderer::GraphicsAPI::OPENGL |
Which graphics API to use for rendering.
| int Engine::Configuration::height = 768 |
Window height.
| bool Engine::Configuration::paused = false |
Whether the hymn is paused.
Only certain things will be updated. Used in the editor.
| double Engine::Configuration::targetFPS = 60.0 |
The target FPS.
| int Engine::Configuration::width = 1024 |
Window width.