UNPKG

phaser

Version:

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

10 lines (9 loc) 401 B
/** * @typedef {object} Phaser.Types.GameObjects.RenderTexture.RenderTextureConfig * @since 3.2.0 * * @property {number} [x=0] - The x coordinate of the RenderTextures position. * @property {number} [y=0] - The y coordinate of the RenderTextures position. * @property {number} [width=32] - The width of the RenderTexture. * @property {number} [height=32] - The height of the RenderTexture. */