StringKeyframeTrack
优质
小牛编辑
133浏览
2023-12-01
字符串类型的关键帧轨道
构造函数
StringKeyframeTrack( name : String, times : Array, values : Array )
name - (必须) 关键帧轨道(KeyframeTrack)的标识符.
times - (必须) 关键帧的时间数组.
values - 与时间数组中的时间点对应的值数组.
interpolation - 使用的插值类型。 取值参考 Animation Constants 默认值为 InterpolateDiscrete.
属性
参见 KeyframeTrack 查看继承的属性.
.DefaultInterpolation : Constant
默认的插值类型。 参见 InterpolateDiscrete.
.ValueBufferType : Array
一个基本数组 (不是 Float32Array 类型, 与 KeyframeTrack 内的 ValueBufferType 属性不一样).
.ValueTypeName : String
String 'string'.
方法
参见 KeyframeTrack 查看继承的方法.
.InterpolantFactoryMethodLinear () : null
这个方法在这里的值为 'undefined', 因为他对离散属性没有意义.
.InterpolantFactoryMethodSmooth () : null
这个方法在这里的值为 'undefined', 因为他对离散属性没有意义.