向量类型的关键帧轨道
[page:String name] - (必须) 关键帧轨道(KeyframeTrack)的标识符.
[page:Array times] - (必须) 关键帧的时间数组.
[page:Array values] - 与时间数组中的时间点对应的值数组.
[page:Constant interpolation] - 使用的插值类型。 取值参考
[page:Animation Animation Constants] 默认值为
[page:Animation InterpolateLinear].
参见 [page:KeyframeTrack] 查看继承的属性.
String 'vector'.
参见 [page:KeyframeTrack] 查看继承的方法.
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]