UNPKG

phaser

Version:

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

10 lines (9 loc) 280 B
/** * @typedef {object} Phaser.Types.Math.RectangleLike * @since 3.80.0 * * @property {number} x - The x component. * @property {number} y - The y component. * @property {number} width - The width component. * @property {number} height - The height component. */