Phaser API Documentation

  Version: 
postBatchCamera(camera)

Description:

Called at the end of the WebGLRenderer.postRenderCamera method.

If the Camera has post pipelines set, it will flush the batch and then call the postBatch method on the post-fx pipelines belonging to the Camera.

Parameters:

name type description
camera Phaser.Cameras.Scene2D.Camera

The Camera that was just rendered.

Since: 3.50.0