Phaser API Documentation

  Version: 
EllipseCurveConfig
Properties:
name type arguments Default description
x number <optional> 0

The x coordinate of the ellipse.

y number <optional> 0

The y coordinate of the ellipse.

xRadius number <optional> 0

The horizontal radius of the ellipse.

yRadius number <optional> 0

The vertical radius of the ellipse.

startAngle number <optional> 0

The start angle of the ellipse, in degrees.

endAngle number <optional> 360

The end angle of the ellipse, in degrees.

clockwise boolean <optional> false

Sets if the the ellipse rotation is clockwise (true) or anti-clockwise (false)

rotation number <optional> 0

The rotation of the ellipse, in degrees.

Type:
object
Since: 3.0.0