Class used to represent 2D animation keyframes

用于表示2D动画关键帧的类

实现

  • IClone

构造函数

属性

方法

构造函数

属性

Specific data within the frame

帧里面的具体数据

time: number

time

时间。

defaultWeight: number = 0.33333

方法

  • 参数

    • destObject: Keyframe2D

      The Keyframe2D instance to which the properties are copied.

    返回 void

    Copies the properties of the current keyframe to another Keyframe2D instance.

    将当前关键帧的属性复制到另一个 Keyframe2D 实例。