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 | 
height
The mocked window height 
 | 
boolean | 
runGame
True if the game should execute 
 | 
int | 
targetFPS
The target framerate 
 | 
float | 
targetTimestep
The target timestep 
 | 
int | 
width
The 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