public class HeadlessMini2DxConfig
extends com.badlogic.gdx.backends.headless.HeadlessApplicationConfiguration
HeadlessApplicationConfiguration to include mini2Dx options and defaults| Modifier and Type | Field and Description | 
|---|---|
| java.lang.String | gameIdentifier | 
| int | heightThe mocked window height | 
| boolean | runGameTrue if the game should execute | 
| int | targetFPSThe target framerate | 
| float | targetTimestepThe target timestep | 
| int | widthThe mocked window width | 
| Constructor and Description | 
|---|
| HeadlessMini2DxConfig(java.lang.String gameIdentifier) | 
public final java.lang.String gameIdentifier
public int targetFPS
public float targetTimestep
public int width
public int height
public boolean runGame