Phaser API Documentation

  Version: 
strokeCircle(x, y, radius)

Description:

Stroke a circle with the given position and radius.

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.

radius number

The radius of the circle.

Returns:
Description:

This Game Object.

Since: 3.0.0