pixi-jsInterfaces
Interface: PromiseAndParser
Defined in: node_modules/pixi.js/lib/assets/loader/types.d.ts:7
A promise and parser pair
Advanced
Properties
parser
> parser: LoaderParser
Defined in: node_modules/pixi.js/lib/assets/loader/types.d.ts:11
the parser that is loading the asset
promise
> promise: Promise<any>
Defined in: node_modules/pixi.js/lib/assets/loader/types.d.ts:9
the promise that is loading the asset