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) • 329 B
JavaScript
/**
* @typedef {object} Phaser.Types.GameObjects.Particles.ParticleEmitterRandomZoneConfig
* @since 3.0.0
*
* @property {Phaser.Types.GameObjects.Particles.RandomZoneSource} source - A shape representing the zone. See {@link Phaser.GameObjects.Particles.Zones.RandomZone#source}.
* @property {string} [type] - 'random'.
*/