Skip to content

AnimClipSheetData

Defined in: animation/AnimClipLoader.ts:54

Sprite-sheet slicing grid. When present, frames may reference grid cells instead of per-frame textures; all cell frames share texture. pageWidth/pageHeight are baked by the editor from the image’s natural size (UV normalization needs them; the runtime never reads the image).

cellHeight: number

Defined in: animation/AnimClipLoader.ts:57


cellWidth: number

Defined in: animation/AnimClipLoader.ts:56


margin: number

Defined in: animation/AnimClipLoader.ts:58


pageHeight: number

Defined in: animation/AnimClipLoader.ts:61


pageWidth: number

Defined in: animation/AnimClipLoader.ts:60


spacing: number

Defined in: animation/AnimClipLoader.ts:59


texture: string

Defined in: animation/AnimClipLoader.ts:55