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