public final class Constants
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static boolean | 
DEBUG_SHOW_FPS
Writes the FPS to the screen. 
 | 
static boolean | 
DEBUG_SPRITE_OUTLINE
Draws the outline of a sprite. 
 | 
static long | 
NANOSECONDS_PER_MILLISECOND
Conversion factor from nano to milliseconds. 
 | 
static long | 
NANOSECONDS_PER_SECOND
Conversion factor from nano to seconds. 
 | 
public static final boolean DEBUG_SHOW_FPS
public static final boolean DEBUG_SPRITE_OUTLINE
public static final long NANOSECONDS_PER_MILLISECOND
public static final long NANOSECONDS_PER_SECOND