Phaser API Documentation

  Version: 

Member of: Phaser.Types.Curves

JSONEllipseCurve
Properties:
name type description
type string

The of the curve.

x number

The x coordinate of the ellipse.

y number

The y coordinate of the ellipse.

xRadius number

The horizontal radius of ellipse.

yRadius number

The vertical radius of ellipse.

startAngle number

The start angle of the ellipse, in degrees.

endAngle number

The end angle of the ellipse, in degrees.

clockwise boolean

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

rotation number

The rotation of ellipse, in degrees.

Type:
object
Since: 3.0.0