Exemplo n.º 1
0
 public DebugInterface getDebugInterface()
 {
     if (debugInterface == null)
     {
         debugInterface = new BEPUikDebugInterface();
     }
     return(debugInterface);
 }
Exemplo n.º 2
0
 public BEPUikDebugEntry(String text, DebugDrawMode mode, BEPUikDebugInterface debugInterface)
 {
     this.text           = text;
     this.mode           = mode;
     this.debugInterface = debugInterface;
 }