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

#include <EditorConfigManager.h>

Public Attributes

bool gridLinesEnabled = true
 
bool autoSaveEnabled = true
 
int autoSaveIntervalSeconds = 300
 
float panningSpeed = 1.0f
 
float zoomSpeed = 0.1f
 

Detailed Description

Definition at line 38 of file EditorConfigManager.h.

Member Data Documentation

◆ autoSaveEnabled

bool Olympe::EditorPreferences::autoSaveEnabled = true

◆ autoSaveIntervalSeconds

int Olympe::EditorPreferences::autoSaveIntervalSeconds = 300

◆ gridLinesEnabled

bool Olympe::EditorPreferences::gridLinesEnabled = true

◆ panningSpeed

float Olympe::EditorPreferences::panningSpeed = 1.0f

◆ zoomSpeed

float Olympe::EditorPreferences::zoomSpeed = 0.1f

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