phaser
Version:
A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.
11 lines (10 loc) • 331 B
JavaScript
/**
* A Mipmap Data entry for a Compressed Texture.
*
* @typedef {object} Phaser.Types.Textures.MipmapType
* @since 3.60.0
*
* @property {number} width - The width of this level of the mipmap.
* @property {number} height - The height of this level of the mipmap.
* @property {Uint8Array} data - The decoded pixel data.
*/