hudRenderer.drawRing
Last updated
drawRing(
cx,cy,radius,thickness,color):void
Draws a ring (hollow circle).
number
The center x position.
number
The center y position.
number
The outer radius.
number
The ring thickness in pixels.
The fill color.
void
Last updated