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

  /external/replicaisland/src/com/replica/replicaisland/
ObjectRegistry.java 39 public DebugSystem debugSystem;
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...]

Completed in 92 milliseconds