Phaser API Documentation

  Version: 
ParticleEmitterAnimConfig
Properties:
name type arguments Default description
anims string | Array.<string> | Phaser.Types.Animations.PlayAnimationConfig | Array.<Phaser.Types.Animations.PlayAnimationConfig> <optional>

One or more animations names, or Play Animation Config objects.

cycle boolean <optional> false

Whether animations will be assigned consecutively (true) or at random (false).

quantity number <optional> 1

The number of consecutive particles receiving each animation, when cycle is true.

Type:
object