UNPKG

phaser

Version:

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

8 lines (7 loc) 209 B
/** * @typedef {object} Phaser.Types.Curves.JSONCurve * @since 3.0.0 * * @property {string} type - The of the curve * @property {number[]} points - The arrays of points like `[x1, y1, x2, y2]` */