drawLine

fnvoid drawLine(Line area, Rgba color = white, float thickness = 9.0f)

Draws a line with the specified area, thickness, and color.

fnvoid drawLine(Vec2 a, Vec2 b, Rgba color = white, float thickness = 9.0f)

Draws a line with the specified area, thickness, and color.

fnvoid 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.