All keys defined in the animation curve.
动画曲线上所有关键字定义。
注: 该值已对时间排序,否则赋值前请使用 sort((a, b) => a.time - b.time) 进行排序
最大tan值,超出该值后将会变成分段
The behaviour of the animation after the last keyframe.
动画在最后一个关键帧之后的行为。
The behaviour of the animation before the first keyframe.
在第一个关键帧之前的动画行为。
关键点数量
添加关键点
添加关键点后将会执行按t进行排序
关键点
添加曲线上的关键点
如果该点在曲线上,则添加关键点
时间轴的位置 [0,1]
值
查找精度
删除关键点
关键点
查找关键点
时间轴的位置 [0,1]
值
查找精度
获取关键点
索引
获取曲线上点信息
时间轴的位置 [0,1]
获取曲线样本数据
这些点可用于连线来拟合曲线。
采样次数 ,采样点分别为[0,1/num,2/num,....,(num-1)/num,1]
获取关键点索引
关键点
Generated using TypeDoc
动画曲线
基于时间轴的连续三阶Bézier曲线