Optional
aliasArray of alternative names for this asset. Used for looking up the same asset by different keys.
Optional
dataOptional data passed to the asset loader. Can include texture settings, parser options, or other asset-specific data.
Optional
formatFile format of the asset, usually the file extension. Used to determine which loader parser to use.
Optional
loadOverride to specify which parser should load this asset. Useful when file extensions don't match the content type.
Optional
srcThe URL or relative path to the asset. This is the final, resolved path that will be used for loading.
A fully resolved asset, with all the information needed to load it. This represents an asset that has been processed by the resolver and is ready to be loaded.
Example