跳转到内容

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).

cellHeight: number

Defined in: animation/AnimClipLoader.ts:26


cellWidth: number

Defined in: animation/AnimClipLoader.ts:25


margin: number

Defined in: animation/AnimClipLoader.ts:27


pageHeight: number

Defined in: animation/AnimClipLoader.ts:30


pageWidth: number

Defined in: animation/AnimClipLoader.ts:29


spacing: number

Defined in: animation/AnimClipLoader.ts:28


texture: string

Defined in: animation/AnimClipLoader.ts:24