Phaser API Documentation

  Version: 
willKill(particle)

Description:

Checks if the given Particle will be killed or not by this zone.

Parameters:

name type description
particle Phaser.GameObjects.Particles.Particle

The Particle to be checked against this zone.

Returns:
Description:

Return true if the Particle is to be killed, otherwise return false.

Type:
  • boolean
Since: 3.0.0