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) 423 B
/** * @typedef {object} Phaser.Types.GameObjects.Particles.ParticleEmitterCreatorConfig * @extends Phaser.Types.GameObjects.GameObjectConfig * @since 3.60.0 * * @property {string} [key] - The key of the Texture this Emitter will use to render particles, as stored in the Texture Manager. * @property {Phaser.Types.GameObjects.Particles.ParticleEmitterConfig} [config] - The Particle Emitter configuration object. */