API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceSpritesheetData
@codexo/exojs / rendering / stable
JSON-compatible descriptor that drives Spritesheet.parse. Matches the Aseprite / TexturePacker output format (subset).
2
props
0
methods
0
events
Import
import { SpritesheetData } from '@codexo/exojs'JSON-compatible descriptor that drives Spritesheet.parse. Matches the Aseprite / TexturePacker output format (subset).
Properties2
animations?: Record<string, string[]>frames: Record<string, SpritesheetFrameA single frame entry in a SpritesheetData descriptor.>Source