Particles

Class: Phaser.Particles

Constructor

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: 登录查看完整内容