LogoPixi’VN
pixi-jsInterfaces

Interface: AssetExtensionAdvanced<ASSET, PARSED_ASSET, UNLOAD_ASSET, CACHE_ASSET, META_DATA>

Defined in: node_modules/pixi.js/lib/assets/AssetExtension.d.ts:12

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

Advanced

Extended by

Type Parameters

ASSET

ASSET = any

PARSED_ASSET

PARSED_ASSET = ASSET

UNLOAD_ASSET

UNLOAD_ASSET = ASSET

CACHE_ASSET

CACHE_ASSET = ASSET

META_DATA

META_DATA = any

Properties

cache?

> optional cache?: Partial<CacheParser<CACHE_ASSET>>

Defined in: node_modules/pixi.js/lib/assets/AssetExtension.d.ts:20

the asset cache parser


detection?

> optional detection?: Partial<FormatDetectionParser>

Defined in: node_modules/pixi.js/lib/assets/AssetExtension.d.ts:22

the asset format detection parser


extension

> extension: Asset

Defined in: node_modules/pixi.js/lib/assets/AssetExtension.d.ts:14

The type of extension


loader?

> optional loader?: LoaderParserAdvanced<ASSET, PARSED_ASSET, UNLOAD_ASSET, META_DATA, Record<string, any>>

Defined in: node_modules/pixi.js/lib/assets/AssetExtension.d.ts:16

the asset loader


resolver?

> optional resolver?: Partial<ResolveURLParser>

Defined in: node_modules/pixi.js/lib/assets/AssetExtension.d.ts:18

the asset resolve parser