UNPKG

phaser

Version:

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.

9 lines (8 loc) 442 B
/** * @typedef {object} Phaser.Types.GameObjects.Particles.ParticleEmitterFrameConfig * @since 3.0.0 * * @property {number[]|string[]|Phaser.Textures.Frame[]} [frames] - Array of texture frames. * @property {boolean} [cycle] - Whether texture frames will be assigned consecutively (true) or at random (false). * @property {number} [quantity] - The number of consecutive particles receiving each texture frame, when `cycle` is true. */