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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.