Phaser API Documentation

  Version: 
ParticleEmitterFrameConfig
Properties:
name type arguments description
frames Array.<number> | Array.<string> | Array.<Phaser.Textures.Frame> <optional>

Array of texture frames.

cycle boolean <optional>

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

quantity number <optional>

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

Type:
object