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) 253 B
/** * Defines an operation yielding a random value within a range. * * @typedef {object} Phaser.Types.GameObjects.Particles.EmitterOpRandomConfig * @since 3.0.0 * * @property {number[]} random - The minimum and maximum values, as [min, max]. */