void AddQuad(const vec2&in topLeft, const vec2&in topRight, const vec2&in bottomRight, const vec2&in bottomLeft, const vec4&in color, float thickness = 1.0f)
Draws a border quad.
vec2 topLeft
vec2
topLeft
vec2 topRight
topRight
vec2 bottomRight
bottomRight
vec2 bottomLeft
bottomLeft
vec4 color
vec4
color
float thickness
float
thickness