Phaser API Documentation

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

One or more 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