Keyframes

关键帧

构造函数

属性

data: Float32Array

The keyframe data.

关键帧的数据。

dData: Float32Array

The change in keyframe data.

关键帧数据的变化量。

duration: number

The duration of the keyframe in milliseconds.

关键帧的持续时间(毫秒)。

interpolationData: any[]

Private interpolation data. An array containing the interpolation types and their associated data in the format [type0, Data0, type1, Data1, ...]. Type represents the interpolation method, and Data is the associated interpolation data which can be null. Note: The value 254 indicates linear interpolation throughout, and 255 indicates no interpolation.

私有插值数据。 数组内包含插值类型和相关数据,格式为 [type0, Data0, type1, Data1, ...]。 Type 表示插值方法,Data 是相关的插值数据,可以为空。 注意:值 254 表示全线性插值,255 表示不进行插值。

nextData: Float32Array

The data for the next keyframe.

下一个关键帧的数据。

startTime: number

The start time of the keyframe in milliseconds.

关键帧的开始时间(毫秒)。