Phaser API Documentation

  Version: 
removeParticleProcessor(processor)

Description:

Removes a Particle Processor from this Emitter.

The Processor must belong to this Emitter to be removed.

It is not destroyed when removed, allowing you to move it to another Emitter Manager, so if you no longer require it you should call its destroy method directly.

Parameters:

name type description
processor T

The Particle Processor to remove from this Emitter Manager.

Returns:
Description:

The Particle Processor that was removed, or null if it could not be found.

Type:
  • T
Since: 3.60.0