UNPKG

phaser

Version:

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.

19 lines (17 loc) 559 B
/** * @author Richard Davey <rich@phaser.io> * @copyright 2013-2025 Phaser Studio Inc. * @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 * @type {string} * @since 3.50.0 */ module.exports = 'prerender';