gameforge - v0.1.12
    Preparing search index...

    Interface ICubeResourceOptions

    Constructor options for CubeResource.

    PIXI

    interface ICubeResourceOptions {
        autoLoad?: boolean;
        height: number;
        linkBaseTexture?: boolean;
        width: number;
    }

    Hierarchy (View Summary)

    • ISize
      • ICubeResourceOptions
    Index

    Properties

    autoLoad?: boolean

    Whether to auto-load resources

    height: number
    linkBaseTexture?: boolean

    In case BaseTextures are supplied, whether to copy them or use.

    width: number