UNPKG

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) 357 B
/** * Defines an operation yielding a value incremented by steps across a range. * * @typedef {object} Phaser.Types.GameObjects.Particles.EmitterOpSteppedConfig * @since 3.0.0 * * @property {number} start - The starting value. * @property {number} end - The ending value. * @property {number} steps - The number of steps between start and end. */