Phaser API Documentation

  Version: 
addParticleProcessor(processor)

Description:

Adds a Particle Processor, such as a Gravity Well, to this Emitter.

It will start processing particles from the next update as long as its active property is set.

Parameters:

name type description
processor T

The Particle Processor to add to this Emitter Manager.

Returns:
Description:

The Particle Processor that was added to this Emitter Manager.

Type:
  • T
Since: 3.60.0