Module SypherEngine

Class EngineConfig

java.lang.Object
dev.aurumbyte.sypherengine.config.EngineConfig

public class EngineConfig extends Object
  • Field Details

    • title

      String title
    • width

      int width
    • height

      int height
    • fixedUpdate

      float fixedUpdate
  • Constructor Details

    • EngineConfig

      public EngineConfig()
  • Method Details

    • setTitle

      public void setTitle(String title)
    • setWindowResolution

      public void setWindowResolution(int width, int height)
    • getTitle

      public String getTitle()
    • getScreenHeight

      public int getScreenHeight()
    • getScreenWidth

      public int getScreenWidth()
    • setFixedUpdate

      public void setFixedUpdate(float fixedUpdate)
    • getFixedUpdate

      public float getFixedUpdate()
    • getWindowResolution

      public Vector2 getWindowResolution()