@rendley/sdk - v1.12.6
    Preparing search index...

    Interface IBlobResourceOptions

    Constructor options for BlobResource.

    PIXI

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

    Hierarchy (View Summary)

    Index

    Properties

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