Structure to hold all configurable editor settings and properties. More...
#include <EditorProperties.hpp>
Public Member Functions | |
| auto | operator<=> (const EditorProperties &) const =default |
Public Attributes | |
| bool | showFPS = false |
| bool | showCollisions = false |
| float | assetBrowserThumbnailSize = 64.0f |
| float | editorCameraFov = 90.0f |
| float | editorCameraRenderDistance = 1000.0f |
| int | frameLimit = 0 |
| bool | vsync = false |
Structure to hold all configurable editor settings and properties.
Definition at line 13 of file EditorProperties.hpp.
| float EditorProperties::assetBrowserThumbnailSize = 64.0f |
Definition at line 17 of file EditorProperties.hpp.
| float EditorProperties::editorCameraFov = 90.0f |
Definition at line 19 of file EditorProperties.hpp.
| float EditorProperties::editorCameraRenderDistance = 1000.0f |
Definition at line 20 of file EditorProperties.hpp.
| int EditorProperties::frameLimit = 0 |
Definition at line 22 of file EditorProperties.hpp.
| bool EditorProperties::showCollisions = false |
Definition at line 15 of file EditorProperties.hpp.
| bool EditorProperties::showFPS = false |
Definition at line 14 of file EditorProperties.hpp.
| bool EditorProperties::vsync = false |
Definition at line 23 of file EditorProperties.hpp.