UNPKG

phaser

Version:

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

9 lines (8 loc) 274 B
/** * @typedef {object} Phaser.Types.GameObjects.Zone.ZoneConfig * @extends Phaser.Types.GameObjects.GameObjectConfig * @since 3.50.0 * * @property {number} [width=1] - The width of the Game Object. * @property {number} [height=1] - The height of the Game Object. */