phaser - v3.90.0
    Preparing search index...
    POST_RENDER: string

    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).