rectangle
Draws a rectangle.
Parameters
the position of the bottom left corner of the rectangle
the width of the rectangle
the height of the rectangle
rotation of the rectangle
the thickness of the line in world units
the type of join, see JoinType
the packed color to draw the outline. See Color.toFloatBits.
Draws a rectangle.
Parameters
the rectangle info
rotation of the rectangle
the thickness of the line in world units
the type of join, see JoinType
the packed color to draw the outline. See Color.toFloatBits.
Draws a rectangle.
Parameters
x-coord of the bottom left corner of the rectangle
y-coord of the bottom left corner of the rectangle
the width of the rectangle
the height of the rectangle
rotation of the rectangle
the thickness of the line in world units
the type of join, see JoinType
the packed color to draw the outline. See Color.toFloatBits.