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)
.
name | type | description |
---|---|---|
camera | Phaser.Cameras.Scene2D.BaseCamera |
The camera that has finished rendering to a texture. |