hudRenderer.drawCircleWithEffect
Last updated
drawCircleWithEffect(
cx,cy,radius,alpha):void
Draws a filled circle colored with the current HUD effect (rainbow/gradient/pulse).
number
The center x position.
number
The center y position.
number
The radius.
number
The opacity (0.0β1.0).
void
Last updated