Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Public Attributes | List of all members
Olympe::WindowConfig Struct Reference

#include <EditorConfigManager.h>

Public Attributes

float x = 0.0f
 
float y = 0.0f
 
float width = 800.0f
 
float height = 600.0f
 
bool collapsed = false
 

Detailed Description

Definition at line 20 of file EditorConfigManager.h.

Member Data Documentation

◆ collapsed

bool Olympe::WindowConfig::collapsed = false

Definition at line 26 of file EditorConfigManager.h.

◆ height

float Olympe::WindowConfig::height = 600.0f

Definition at line 25 of file EditorConfigManager.h.

◆ width

float Olympe::WindowConfig::width = 800.0f

Definition at line 24 of file EditorConfigManager.h.

◆ x

float Olympe::WindowConfig::x = 0.0f

◆ y

float Olympe::WindowConfig::y = 0.0f

Definition at line 23 of file EditorConfigManager.h.


The documentation for this struct was generated from the following file: