GameObjectCreator#GameObjectCreator

new GameObjectCreator(game)

The GameObjectCreator is a quick way to create common game objects without adding them to the game world.
The object creator can be accessed with game.make.

Parameters
Name Type Description
game Phaser.Game

A reference to the currently running game.

Source code: gameobjects/GameObjectCreator.js (Line 15)
doc_phaser
2017-02-14 10:48:30
Comments
Leave a Comment

Please login to continue.