Represents an animation renderer for spine animations.

表示骨骼动画的动画渲染器。

属性

boneFrames: Float32Array[][]

Array of bone transforms for each frame.

每帧的骨骼变换数组。

changeMap: Map<number, FrameChanges>

Animation Corresponding Frame Change Queue.

动画对应帧变化队列。

eventsFrames: Event[][]

Array of events for each frame.

每帧的事件数组。

frameNumber: number

Total number of frames in the animation.

动画中的总帧数。

frames: number[]

Array of frame numbers.

帧号数组。

hasClip: boolean = false

Indicates if the animation contains clipped attachments.

指示动画是否包含剪辑附件。

hasEvent: boolean = false
hasRenderCache: boolean = false

Indicates if the animation has render cache (vertices, indices, submeshes).

指示动画是否有渲染缓存(顶点、索引、submesh)。

isCache: boolean = false

Indicates if the animation is cached.

指示动画是否已缓存。

isDynamic: boolean = false

Whether it is a dynamic mesh.

是否为动态网格

name: string

Name of the animation.

动画的名称。

skinDataArray: SkinAniRenderData[]

Array of skin animation render data.

皮肤动画渲染数据数组。

方法