Interface: AssetExtensionAdvanced

AssetExtensionAdvanced

A more verbose version of the AssetExtension, allowing you to set the cached, loaded, parsed, and unloaded asset separately

Properties:
Name Type Description
cache Partial<CACHE_ASSET<CacheParser>>

the asset cache parser

detection Partial<FormatDetectionParser>

the asset format detection parser

extension Asset

The type of extension

loader LoaderParserAdvanced<META_DATA, ASSET, PARSED_ASSET, UNLOAD_ASSET>

the asset loader

resolver Partial<ResolveURLParser>

the asset resolve parser

Members

cache Partial<CACHE_ASSET<CacheParser>>

the asset cache parser

detection Partial<FormatDetectionParser>

the asset format detection parser

extension Asset

The type of extension

loader LoaderParserAdvanced<META_DATA, ASSET, PARSED_ASSET, UNLOAD_ASSET>

the asset loader

resolver Partial<ResolveURLParser>

the asset resolve parser