com.planeth.gtroids.constants
Interface GtConstants.DebugOptions

Enclosing interface:
GtConstants

public static interface GtConstants.DebugOptions


Field Summary
static boolean DRAW_DEBUG_INFO_ENABLED
           
static boolean DRAW_QUADRANT_COORDS_ENABLED
           
static boolean DRAW_QUADRANTS_ENABLED
           
static boolean DRAW_STATS_ENABLED
           
static boolean DRAW_STATUS_INFO_ENABLED
           
static boolean SHOW_DEBUG_PANEL
           
 

Field Detail

DRAW_STATUS_INFO_ENABLED

public static final boolean DRAW_STATUS_INFO_ENABLED
See Also:
Constant Field Values

DRAW_DEBUG_INFO_ENABLED

public static final boolean DRAW_DEBUG_INFO_ENABLED
See Also:
Constant Field Values

DRAW_QUADRANTS_ENABLED

public static final boolean DRAW_QUADRANTS_ENABLED
See Also:
Constant Field Values

DRAW_STATS_ENABLED

public static final boolean DRAW_STATS_ENABLED
See Also:
Constant Field Values

DRAW_QUADRANT_COORDS_ENABLED

public static final boolean DRAW_QUADRANT_COORDS_ENABLED
See Also:
Constant Field Values

SHOW_DEBUG_PANEL

public static final boolean SHOW_DEBUG_PANEL
See Also:
Constant Field Values