Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IResourceMetadata

Resource metadata, can be used to pass BaseTexture options.

memberof

PIXI

Hierarchy

Index

Properties

Optional alphaMode

alphaMode: ALPHA_MODES

Optional anisotropicLevel

anisotropicLevel: number

Optional format

format: FORMATS

Optional height

height: number

Optional imageMetadata

imageMetadata: IResourceMetadata

Used by BitmapFonts, Spritesheet and CompressedTextures as the options to used for metadata when loading the child image.

Optional loadElement

loadElement: HTMLImageElement | HTMLVideoElement | HTMLAudioElement

Optional mimeType

mimeType: string | string[]

Optional mipmap

mipmap: MIPMAP_MODES

Optional pageFile

pageFile: string

Optional pixiIdPrefix

pixiIdPrefix: string

Optional resolution

resolution: number

Optional resourceOptions

resourceOptions: any

Optional scaleMode

scaleMode: SCALE_MODES

Optional skipSource

skipSource: boolean

Optional target

target: TARGETS

Optional type

type: TYPES

Optional width

width: number

Optional wrapMode

wrapMode: WRAP_MODES

Generated using TypeDoc