phaser
Version:
A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.
11 lines (10 loc) • 356 B
JavaScript
/**
* Defines an operation yielding a random value within a range.
*
* @typedef {object} Phaser.Types.GameObjects.Particles.EmitterOpRandomMinMaxConfig
* @since 3.0.0
*
* @property {number} min - The minimum value.
* @property {number} max - The maximum value.
* @property {boolean} [int] - If true, only integers are selected from the range.
*/