Class DebugDraw

  • Direct Known Subclasses:
    DebugCircle, DebugLine, DebugRect

    public abstract class DebugDraw
    extends java.lang.Object
    Draws debug shapes
    Author:
    Riju De
    • Constructor Summary

      Constructors 
      Constructor Description
      DebugDraw()  
    • Method Summary

      Modifier and Type Method Description
      abstract void Draw​(com.badlogic.gdx.math.Matrix4 projectionMatrix)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DebugDraw

        public DebugDraw()
    • Method Detail

      • Draw

        public abstract void Draw​(com.badlogic.gdx.math.Matrix4 projectionMatrix)