phaser
Version:
A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.
8 lines (7 loc) • 357 B
JavaScript
/**
* @typedef {object} Phaser.Types.GameObjects.Particles.ParticleEmitterDeathZoneConfig
* @since 3.0.0
*
* @property {Phaser.Types.GameObjects.Particles.DeathZoneSource} source - A shape representing the zone. See {@link Phaser.GameObjects.Particles.Zones.DeathZone#source}.
* @property {string} [type='onEnter'] - 'onEnter' or 'onLeave'.
*/