UNPKG

phaser

Version:

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

9 lines (8 loc) 321 B
/** * @callback Phaser.Types.Cameras.Scene2D.CameraZoomCallback * @since 3.11.0 * * @param {Phaser.Cameras.Scene2D.Camera} camera - The camera on which the effect is running. * @param {number} progress - The progress of the effect. A value between 0 and 1. * @param {number} zoom - The Camera's new zoom value. */