drawCirc

fnvoid drawCirc(Circ area, Rgba color = white, float thickness = - 1.0f)

Draws a circle with the specified area and color.

fnvoid drawCirc(Vec2 position, float radius, Rgba color = white, float thickness = - 1.0f)

Draws a circle with the specified area and color.

fnvoid drawCirc(float x, float y, float radius, Rgba color = white, float thickness = - 1.0f)

Draws a circle with the specified area and color.