java.lang.Object
dev.aurumbyte.sypherengine.config.EngineConfig
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) float(package private) int(package private) String(package private) int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatintintgetTitle()voidsetFixedUpdate(float fixedUpdate) voidvoidsetWindowResolution(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
-