Phaser API Documentation

  Version: 
setEmitterAngle(value)

Description:

Sets the angle of a Phaser.GameObjects.Particles.ParticleEmitter#radial particle stream.

The value is given in degrees using Phaser's right-handed coordinate system.

Parameters:

name type description
value Phaser.Types.GameObjects.Particles.EmitterOpOnEmitType

The angle of the initial velocity of emitted particles, in degrees.

Returns:
Description:

This Particle Emitter.