Interface IBlobResourceOptions

Constructor options for BlobResource.

Memberof

PIXI

interface IBlobResourceOptions {
    autoLoad?: boolean;
    height: number;
    unpackAlignment?: 2 | 1 | 4 | 8;
    width: number;
}

Hierarchy (view full)

Properties

autoLoad?: boolean
height: number
unpackAlignment?: 2 | 1 | 4 | 8
width: number

Generated using TypeDoc