Interface ICubeResourceOptions

Constructor options for CubeResource.

PIXI

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

Hierarchy (View Summary)

  • ISize
    • ICubeResourceOptions

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