Adds the given Game Object to this cameras render list.
This is invoked during the rendering stage. Only objects that are actually rendered will appear in the render list.
name | type | description |
---|---|---|
child | Phaser.GameObjects.GameObject |
The Game Object to add to the render list. |