Phaser API Documentation

  Version: 
emitParticleAt([x], [y], [count])

Description:

Emits particles at a given position (or the emitter's current position).

Parameters:

name type arguments Default description
x number <optional> this.x

The x coordinate to emit the Particles from.

y number <optional> this.x

The y coordinate to emit the Particles from.

count number <optional> this.quantity

The number of Particles to emit.

Returns:
Description:

The most recently emitted Particle.