pixi.js
    Preparing search index...

    Interface PromiseAndParserAdvanced

    A promise and parser pair

    interface PromiseAndParser {
        parser: LoaderParser;
        promise: Promise<any>;
    }
    Index

    Properties

    Properties

    parser: LoaderParser

    the parser that is loading the asset

    promise: Promise<any>

    the promise that is loading the asset