animClipFrameSize
此内容尚不支持你的语言。
animClipFrameSize(
data,frame,natural?):AnimClipVec2|null
Defined in: animation/AnimClipLoader.ts:213
The size a frame renders at: its own override, else its natural size (the
caller’s — a sheet cell, or the texture’s pixels) — or null when the clip
does not own size, which leaves Sprite.size as the entity authored it.
Parameters
Section titled “Parameters”natural?
Section titled “natural?”AnimClipVec2 | null
Returns
Section titled “Returns”AnimClipVec2 | null