Interface: ResolvedAsset

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 LoadParserName

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, usually the file extension

loadParser LoadParserName

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

src string

The URL or relative path to the asset