UNPKG

phaser

Version:

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.

13 lines (12 loc) 719 B
/** * @typedef {object} Phaser.Types.Curves.EllipseCurveConfig * * @property {number} [x=0] - The x coordinate of the ellipse. * @property {number} [y=0] - The y coordinate of the ellipse. * @property {number} [xRadius=0] - The horizontal radius of the ellipse. * @property {number} [yRadius=0] - The vertical radius of the ellipse. * @property {number} [startAngle=0] - The start angle of the ellipse, in degrees. * @property {number} [endAngle=360] - The end angle of the ellipse, in degrees. * @property {boolean} [clockwise=false] - Sets if the the ellipse rotation is clockwise (true) or anti-clockwise (false) * @property {number} [rotation=0] - The rotation of the ellipse, in degrees. */