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).
Properties
Section titled “Properties”cellHeight
Section titled “cellHeight”cellHeight:
number
Defined in: animation/AnimClipLoader.ts:57
cellWidth
Section titled “cellWidth”cellWidth:
number
Defined in: animation/AnimClipLoader.ts:56
margin
Section titled “margin”margin:
number
Defined in: animation/AnimClipLoader.ts:58
pageHeight
Section titled “pageHeight”pageHeight:
number
Defined in: animation/AnimClipLoader.ts:61
pageWidth
Section titled “pageWidth”pageWidth:
number
Defined in: animation/AnimClipLoader.ts:60
spacing
Section titled “spacing”spacing:
number
Defined in: animation/AnimClipLoader.ts:59
texture
Section titled “texture”texture:
string
Defined in: animation/AnimClipLoader.ts:55