Phaser API Documentation

  Version: 
setParticleSpeed(x, [y])

Description:

Sets the initial radial speed of emitted particles.

Changes the emitter to radial mode.

Parameters:

name type arguments Default description
x number

The horizontal speed of the emitted Particles.

y number <optional> x

The vertical speed of emitted Particles. If not set it will use the x value.

Returns:
Description:

This Particle Emitter.

Since: 3.60.0