Phaser API Documentation

  Version: 
setEmitterFrames(frames, emitter)

Description:

Assigns texture frames to an emitter.

Parameters:

name type description
frames Phaser.Textures.Frame | Array.<Phaser.Textures.Frame>

The texture frames.

emitter Phaser.GameObjects.Particles.ParticleEmitter

The particle emitter to modify.

Returns:
Description:

This Emitter Manager.