Phaser API Documentation

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

Description:

Emits particles from each active emitter.

Parameters:

name type arguments description
x number <optional>

The x-coordinate to to emit particles from. The default is the x-coordinate of the emitter's current location.

y number <optional>

The y-coordinate to to emit particles from. The default is the y-coordinate of the emitter's current location.

count number <optional>

The number of particles to release from each emitter. The default is the emitter's own {@link Phaser.GameObjects.Particles.ParticleEmitter#quantity}.

Returns:
Description:

This Emitter Manager.