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)
Please login to continue.