Const
The Camera Post-Render Event.
This event is dispatched by a Camera instance after is has finished rendering. It is dispatched whether the Camera is rendering to a texture or to the main canvas.
Listen to it from a Camera instance using: camera.on('postrender', listener).
camera.on('postrender', listener)
The Camera Post-Render Event.
This event is dispatched by a Camera instance after is has finished rendering. It is dispatched whether the Camera is rendering to a texture or to the main canvas.
Listen to it from a Camera instance using:
camera.on('postrender', listener).