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) 544 B
/** * @typedef {object} Phaser.Types.GameObjects.Particles.ParticleEmitterAnimConfig * @since 3.60.0 * * @property {string|string[]|Phaser.Types.Animations.PlayAnimationConfig|Phaser.Types.Animations.PlayAnimationConfig[]} [anims] - One or more animations names, or Play Animation Config objects. * @property {boolean} [cycle=false] - Whether animations will be assigned consecutively (true) or at random (false). * @property {number} [quantity=1] - The number of consecutive particles receiving each animation, when `cycle` is true. */