The FrameOverTime class is used to create time frames.

FrameOverTime 类用于创建时间帧。

实现

  • IClone

访问器

  • get type(): number

    返回 number

    Lifecycle rotation type, 0: constant mode, 1: curve mode, 2: random double constant mode, 3: random double curve mode.

    生命周期旋转类型,0:常量模式,1:曲线模式,2:随机双常量模式,3:随机双曲线模式。

方法

  • 参数

    • constantMin: number = 0

      The minimum constant frame.

    • constantMax: number = 0

      The maximum constant frame.

    返回 FrameOverTime

    The time frame.

    Create a FrameOverTime instance with random two constant frames.

    通过随机双固定帧创建一个 FrameOverTime 实例。