Interface AssetsManifest

The expected format of a manifest. This would normally be auto generated or made by the developer

Memberof

PIXI

interface AssetsManifest {
    bundles: AssetsBundle[];
}

Properties

Properties

bundles: AssetsBundle[]

Generated using TypeDoc