add(emitter) → {Phaser.Emitter}
Adds a new Particle Emitter to the Particle Manager.
Parameters
Name | Type | Description |
---|---|---|
emitter | Phaser.Emitter | The emitter to be added to the particle manager. |
Returns
Phaser.Emitter -
The emitter that was added.
- Source code: particles/Particles.js (Line 36)
Please login to continue.