phaser - v4.0.0-rc.4
    Preparing search index...

    A Mipmap Data entry for a Compressed Texture.

    type MipmapType = {
        data: Uint8Array;
        height: number;
        width: number;
    }
    Index

    Properties

    Properties

    data: Uint8Array

    The decoded pixel data.

    height: number

    The height of this level of the mipmap.

    width: number

    The width of this level of the mipmap.