Interface IContentManifests

interface IContentManifests {
    images: TextureManifest;
    jsons: JsonManifest;
    sounds: SoundManifest;
    spritesheets: SpritesheetManifest;
    [manifestKey: string]: ManifestBase<any, any, any>;
}

Indexable

Properties

spritesheets: SpritesheetManifest