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
- Source code: pixi/primitives/Graphics.js (Line 565)
Please login to continue.