Phaser API Documentation

  Version: 
<protected> render(renderer, displayList)

Description:

The internal render method. This is called automatically by the Scene and should not be invoked directly.

It will iterate through all local cameras and render them in turn, as long as they're visible and have an alpha level > 0.

Parameters:

name type description
renderer Phaser.Renderer.Canvas.CanvasRenderer | Phaser.Renderer.WebGL.WebGLRenderer

The Renderer that will render the children to this camera.

displayList Phaser.GameObjects.DisplayList

The Display List for the Scene.

Since: 3.0.0