Phaser API Documentation

  Version: 
maxParticles: number

Description:

Set to hard limit the amount of particle objects this emitter is allowed to create in total. This is the number of Particle instances it can create, not the number of 'alive' particles.

0 means unlimited.

Type:
number
Default: 0