Phaser API Documentation

  Version: 

Description:

A reference to the Scene's Game Object Creator.

Use this to quickly and easily create new Game Object's. The difference between this and the Game Object Factory, is that the Creator just creates and returns Game Object instances, it doesn't then add them to the Display List or Update List.

In the default set-up you can access this from within a Scene via the this.make property.

Since: 3.0.0
Source: src/scene/Systems.js (Line 249)