AnimClipSheetData
此内容尚不支持你的语言。
Defined in: animation/AnimClipLoader.ts:23
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:26
cellWidth
Section titled “cellWidth”cellWidth:
number
Defined in: animation/AnimClipLoader.ts:25
margin
Section titled “margin”margin:
number
Defined in: animation/AnimClipLoader.ts:27
pageHeight
Section titled “pageHeight”pageHeight:
number
Defined in: animation/AnimClipLoader.ts:30
pageWidth
Section titled “pageWidth”pageWidth:
number
Defined in: animation/AnimClipLoader.ts:29
spacing
Section titled “spacing”spacing:
number
Defined in: animation/AnimClipLoader.ts:28
texture
Section titled “texture”texture:
string
Defined in: animation/AnimClipLoader.ts:24