Home
last modified time | relevance | path

Searched refs:DebugSystem (Results 1 – 3 of 3) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DGameObjectCollisionSystem.java240 DebugSystem.SHAPE_CIRCLE, in drawDebugVolumes()
241 DebugSystem.COLOR_OUTLINE); in drawDebugVolumes()
252 …volume.getClass() == AABoxCollisionVolume.class ? DebugSystem.SHAPE_BOX : DebugSystem.SHAPE_CIRCLE, in drawDebugVolumes()
253 DebugSystem.COLOR_RED); in drawDebugVolumes()
265 …volume.getClass() == AABoxCollisionVolume.class ? DebugSystem.SHAPE_BOX : DebugSystem.SHAPE_CIRCLE, in drawDebugVolumes()
266 DebugSystem.COLOR_BLUE); in drawDebugVolumes()
DDebugSystem.java20 public final class DebugSystem extends BaseObject { class
36 public DebugSystem(TextureLibrary library) { in DebugSystem() method in DebugSystem
DObjectRegistry.java39 public DebugSystem debugSystem;