phaser
Version:
A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.
18 lines (16 loc) • 541 B
JavaScript
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2020 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
/**
* The Pre-Render Event.
*
* This event is dispatched by the Phaser Renderer. This happens right at the start of the render
* process, after the context has been cleared, the scissors enabled (WebGL only) and everything has been
* reset ready for the render.
*
* @event Phaser.Renderer.Events#PRE_RENDER
* @since 3.50.0
*/
module.exports = 'prerender';