UNPKG

phaser

Version:

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

8 lines (7 loc) 384 B
/** * @typedef {object} Phaser.Types.Cameras.Scene2D.CameraPaddingWrapper * @extends Phaser.Cameras.Scene2D.Camera * @since 4.0.0 * * @property {number} padding - How much padding to apply to each side of the camera. This adjusts the size, position, and scroll of the camera, but the CameraPaddingWrapper proxy abstracts these adjustments so you don't need to consider them. */