Package com.dicycat.kroy.debug
Class DebugRect
- java.lang.Object
-
- com.dicycat.kroy.debug.DebugDraw
-
- com.dicycat.kroy.debug.DebugRect
-
public class DebugRect extends DebugDraw
Draw a debug rectangle- Author:
- Riju De
-
-
Constructor Summary
Constructors Constructor Description DebugRect(com.badlogic.gdx.math.Vector2 bLeft, com.badlogic.gdx.math.Vector2 size, int width, com.badlogic.gdx.graphics.Color colour)
-
Method Summary
Modifier and Type Method Description void
Draw(com.badlogic.gdx.math.Matrix4 projectionMatrix)
-
-
-
Constructor Detail
-
DebugRect
public DebugRect(com.badlogic.gdx.math.Vector2 bLeft, com.badlogic.gdx.math.Vector2 size, int width, com.badlogic.gdx.graphics.Color colour)
- Parameters:
bLeft
- Bottom left of the rectanglesize
- Dimensions of the rectangle (Width, Length)width
- Width of the linecolour
- Colour to draw
-
-