Interface: LoadAsset

PIXI.LoadAsset

The loader resource type.

Properties:
Name Type Description
alias string[]

Aliases associated with asset

data T

Optional data

format string

Format, ususally the file extension

loadParser "loadTextures" | "loadJson" | "loadTxt" | "loadWebFont" | "loadSVG" | string

An override that will ensure that the asset is loaded with a specific parser

src string

The URL or relative path to the asset

Members

alias string[]

Aliases associated with asset

data T

Optional data

format string

Format, ususally the file extension

loadParser "loadTextures" | "loadJson" | "loadTxt" | "loadWebFont" | "loadSVG" | string

An override that will ensure that the asset is loaded with a specific parser

src string

The URL or relative path to the asset