phaser
Version:
A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.
17 lines (15 loc) • 489 B
JavaScript
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2020 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
/**
* The Post-Render Event.
*
* This event is dispatched by the Renderer when all rendering, for all cameras in all Scenes,
* has completed, but before any pending snap shots have been taken.
*
* @event Phaser.Renderer.Events#POST_RENDER
* @since 3.50.0
*/
module.exports = 'postrender';