Phaser API Documentation

  Version: 
POST_RENDER

Description:

The Camera Post-Render Event.

This event is dispatched by a Camera instance after is has finished rendering. It is only dispatched if the Camera is rendering to a texture.

Listen to it from a Camera instance using: camera.on('postrender', listener).

Parameters:

name type description
camera Phaser.Cameras.Scene2D.BaseCamera

The camera that has finished rendering to a texture.

Since: 3.0.0