UNPKG

phaser

Version:

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

11 lines (10 loc) 420 B
/** * @typedef {object} Phaser.Types.Curves.JSONPath * @since 3.0.0 * * @property {string} type - The of the curve. * @property {number} x - The X coordinate of the curve's starting point. * @property {number} y - The Y coordinate of the path's starting point. * @property {boolean} autoClose - The path is auto closed. * @property {Phaser.Types.Curves.JSONCurve[]} curves - The list of the curves */