phaser-plugin-update

2.1.0 • Public • Published

Phaser 3 Update Plugin

Runs a Game Object's update method automatically.

new Phaser.Game({
  plugins: {
    scene: [{ key: 'updatePlugin', plugin: PhaserUpdatePlugin, mapping: 'updates' }]
  }
});

In a scene:

this.updates.add(gameObject);
// or
this.updates.addMultiple([ gameObject1, gameObject2 ]);

Package Sidebar

Install

npm i phaser-plugin-update

Weekly Downloads

8

Version

2.1.0

License

ISC

Unpacked Size

9.05 kB

Total Files

9

Last publish

Collaborators

  • samme