drawLine
Draws a line with the specified area, thickness, and color.
Draws a line with the specified area, thickness, and color.
fn
void drawLine(float x1, float y1, float x2, float y2, Rgba color = white, float thickness = 9.0f)Draws a line with the specified area, thickness, and color.