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 |
src |
string |
The URL or relative path to the asset |
srcs |
string |
Please use |
Members
Aliases associated with asset
Optional data
Format, usually the file extension
loadParser PIXI.LoadParserName
An override that will ensure that the asset is loaded with a specific parser
Please use alias
instead.
The URL or relative path to the asset
Please use src
instead.