gameforge - v0.1.12
    Preparing search index...

    Interface IBlobResourceOptions

    Constructor options for BlobResource.

    PIXI

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

    Hierarchy (View Summary)

    Index

    Properties

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