Phaser API Documentation

  Version: 
atLimit()

Description:

Whether this emitter is at either its hard-cap limit (maxParticles), if set, or the max allowed number of 'alive' particles (maxAliveParticles).

Returns:
Description:

Returns true if this Emitter is at its limit, or false if no limit, or below the maxParticles level.

Type:
  • boolean