Package pl.AWTGameEngine.scenes
Class SceneOptions
java.lang.Object
pl.AWTGameEngine.scenes.SceneOptions
-
Constructor Summary
ConstructorsConstructorDescriptionSceneOptions(String title, boolean fullscreen, int renderFPS, int updateFPS, int physicsFPS, boolean sameSize, String packages) -
Method Summary
-
Constructor Details
-
SceneOptions
-
-
Method Details
-
getTitle
-
isFullscreen
public boolean isFullscreen() -
getRenderFPS
public int getRenderFPS() -
getUpdateFPS
public int getUpdateFPS() -
getPhysicsFPS
public int getPhysicsFPS() -
isSameSize
public boolean isSameSize() -
getPackages
-