Class AnimationCurve

动画曲线

基于时间轴的连续三阶Bézier曲线

Hierarchy

  • AnimationCurve

Constructors

Properties

__class__: "AnimationCurve"

All keys defined in the animation curve.

动画曲线上所有关键字定义。

注: 该值已对时间排序,否则赋值前请使用 sort((a, b) => a.time - b.time) 进行排序

maxtan: number = 1000

最大tan值,超出该值后将会变成分段

postWrapMode: WrapMode = WrapMode.Clamp

The behaviour of the animation after the last keyframe.

动画在最后一个关键帧之后的行为。

preWrapMode: WrapMode = WrapMode.Clamp

The behaviour of the animation before the first keyframe.

在第一个关键帧之前的动画行为。

Accessors

Methods

Generated using TypeDoc