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)
Please login to continue.