new Particles(game)
Phaser.Particles is the Particle Manager for the game. It is called during the game update loop and in turn updates any Emitters attached to it.
Parameters
| Name | Type | Description | 
|---|---|---|
game |  Phaser.Game | A reference to the currently running game.  |  
- Source code: particles/Particles.js (Line 14)
 
Please login to continue.