pixi-jsInterfaces
Interface: SpriteSheetJson
Defined in: node_modules/pixi.js/lib/spritesheet/spritesheetAsset.d.ts:18
Interface for the JSON data structure of a spritesheet. This is used to define the structure of the JSON file that describes a spritesheet. It includes metadata about the spritesheet and the frames it contains.
See
Advanced
Extends
Properties
animations?
> optional animations?: Dict<string[]>
Defined in: node_modules/pixi.js/lib/spritesheet/Spritesheet.d.ts:49
The animations of the atlas.
Inherited from
frames
> frames: Dict<SpritesheetFrameData>
Defined in: node_modules/pixi.js/lib/spritesheet/Spritesheet.d.ts:47
The frames of the atlas.
Inherited from
meta
> meta: object
Defined in: node_modules/pixi.js/lib/spritesheet/spritesheetAsset.d.ts:19
The meta data of the atlas.
image
> image: string
related_multi_packs?
> optional related_multi_packs?: string[]
scale
> scale: string