public class AndroidMini2DxConfig
extends AndroidApplicationConfiguration
AndroidApplicationConfiguration to include mini2Dx options and defaults| Modifier and Type | Field and Description |
|---|---|
boolean |
errorOnFrameDrop
True if an error should be logged when frames a dropped
|
java.lang.String |
gameIdentifier |
int |
targetFPS
The target framerate
|
| Constructor and Description |
|---|
AndroidMini2DxConfig(java.lang.String gameIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
long |
maximumTimestepNanos() |
float |
maximumTimestepSeconds() |
long |
targetTimestepNanos() |
float |
targetTimestepSeconds() |
public final java.lang.String gameIdentifier
public int targetFPS
public boolean errorOnFrameDrop