Interface SpriteSheetJson

Atlas format.

PIXI

interface SpriteSheetJson {
    animations?: Dict<string[]>;
    frames: Dict<ISpritesheetFrameData>;
    meta: { image: string; related_multi_packs?: string[]; scale: string };
}

Hierarchy (View Summary)

Properties

animations?: Dict<string[]>
meta: { image: string; related_multi_packs?: string[]; scale: string }