Phaser API Documentation

  Version: 
MipmapType

Description:

A Mipmap Data entry for a Compressed Texture.

Properties:
name type description
width number

The width of this level of the mipmap.

height number

The height of this level of the mipmap.

data Uint8Array

The decoded pixel data.

Type:
object
Since: 3.60.0