Phaser API Documentation

  Version: 
EmitterOpSteppedConfig

Description:

Defines an operation yielding a value incremented by steps across a range.

Properties:
name type description
start number

The starting value.

end number

The ending value.

steps number

The number of steps between start and end.

Type:
object