java.lang.Object
dev.aurumbyte.sypherengine.config.EngineConfig
-
Field Summary
Modifier and TypeFieldDescription(package private) float
(package private) int
(package private) String
(package private) int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfloat
int
int
getTitle()
void
setFixedUpdate
(float fixedUpdate) void
void
setWindowResolution
(int width, int height)
-
Field Details
-
title
String title -
width
int width -
height
int height -
fixedUpdate
float fixedUpdate
-
-
Constructor Details
-
EngineConfig
public EngineConfig()
-
-
Method Details
-
setTitle
-
setWindowResolution
public void setWindowResolution(int width, int height) -
getTitle
-
getScreenHeight
public int getScreenHeight() -
getScreenWidth
public int getScreenWidth() -
setFixedUpdate
public void setFixedUpdate(float fixedUpdate) -
getFixedUpdate
public float getFixedUpdate() -
getWindowResolution
-