HomeSort by relevance Sort by last modified time
    Searched refs:DebugSystem (Results 1 - 3 of 3) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
DebugSystem.java 20 public final class DebugSystem extends BaseObject {
36 public DebugSystem(TextureLibrary library) {
GameObjectCollisionSystem.java 113 if (sSystemRegistry.debugSystem != null) {
236 sSystemRegistry.debugSystem.drawShape(
240 DebugSystem.SHAPE_CIRCLE,
241 DebugSystem.COLOR_OUTLINE);
248 sSystemRegistry.debugSystem.drawShape(
252 volume.getClass() == AABoxCollisionVolume.class ? DebugSystem.SHAPE_BOX : DebugSystem.SHAPE_CIRCLE,
253 DebugSystem.COLOR_RED);
261 sSystemRegistry.debugSystem.drawShape(
265 volume.getClass() == AABoxCollisionVolume.class ? DebugSystem.SHAPE_BOX : DebugSystem.SHAPE_CIRCLE
    [all...]
ObjectRegistry.java 39 public DebugSystem debugSystem;

Completed in 83 milliseconds