phaser
Version:
A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.
12 lines (11 loc) • 412 B
JavaScript
/**
* @typedef {object} Phaser.Types.GameObjects.Particles.ParticleEmitterBounds
* @since 3.0.0
*
* @property {number} x - The left edge of the rectangle.
* @property {number} y - The top edge of the rectangle.
* @property {number} width - The width of the rectangle.
* @property {number} height - The height of the rectangle.
*
* @see Phaser.GameObjects.Particles.ParticleEmitter#addParticleBounds
*/