Particles.Arcade.Emitter#setRotation()

setRotation(min, max) → {Phaser.Particles.Arcade.Emitter}

A more compact way of setting the angular velocity constraints of the particles.

Parameters
Name Type Argument Default Description
min number <optional>
0

The minimum value for this range.

max number <optional>
0

The maximum value for this range.

Returns

This Emitter instance.

Source code: particles/arcade/Emitter.js (Line 749)
doc_phaser
2017-02-14 10:58:30
Comments
Leave a Comment

Please login to continue.