Interface: ResolvedAsset

PIXI.ResolvedAsset

A fully resolved asset, with all the information needed to load it.

Properties:
Name Type Description
alias string[]

Aliases associated with asset

data T

Optional data

format string

Format, usually the file extension

loadParser PIXI.LoadParserName

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

name string[]

Please use alias instead.

src string

The URL or relative path to the asset

srcs string

Please use src instead.

Members

alias string[]

Aliases associated with asset

data T

Optional data

format string

Format, usually the file extension

loadParser PIXI.LoadParserName

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

name string[] Deprecated : since 7.3.0

Please use alias instead.

src string

The URL or relative path to the asset

srcs string Deprecated : since 7.3.0

Please use src instead.