drawCircle(x, y, diameter) → {PIXI.Graphics}
Draws a circle.
Parameters
Name Type Description x Number The X coordinate of the center of the circle y Number The Y coordinate of the center of the circle diameter Number The diameter of the circle
Returns
PIXI.Graphics -
Inherited From PIXI.Graphics#drawCircle Source code: pixi/primitives/Graphics.js (Line 565)