|
@@ -11,7 +11,7 @@
|
|
<h1>[name]</h1>
|
|
<h1>[name]</h1>
|
|
|
|
|
|
<p class="desc">
|
|
<p class="desc">
|
|
- 一个提供各种动画辅助方法的对象,内部使用。
|
|
|
|
|
|
+ 一个提供各种动画辅助方法的对象,内部使用。
|
|
</p>
|
|
</p>
|
|
|
|
|
|
|
|
|
|
@@ -25,17 +25,17 @@
|
|
|
|
|
|
<h3>[method:Array convertArray]( array, type, forceClone )</h3>
|
|
<h3>[method:Array convertArray]( array, type, forceClone )</h3>
|
|
<p>
|
|
<p>
|
|
- 将数组转换为某种特定类型。
|
|
|
|
|
|
+ 将数组转换为某种特定类型。
|
|
</p>
|
|
</p>
|
|
|
|
|
|
<h3>[method:Array flattenJSON]( jsonKeys, times, values, valuePropertyName )</h3>
|
|
<h3>[method:Array flattenJSON]( jsonKeys, times, values, valuePropertyName )</h3>
|
|
<p>
|
|
<p>
|
|
- 用于解析AOS关键帧格式。
|
|
|
|
|
|
+ 用于解析AOS关键帧格式。
|
|
</p>
|
|
</p>
|
|
|
|
|
|
<h3>[method:Array getKeyframeOrder]( times )</h3>
|
|
<h3>[method:Array getKeyframeOrder]( times )</h3>
|
|
<p>
|
|
<p>
|
|
- 返回一个数组,时间和值可以根据此数组排序。
|
|
|
|
|
|
+ 返回一个数组,时间和值可以根据此数组排序。
|
|
</p>
|
|
</p>
|
|
|
|
|
|
<h3>[method:Number insertKeyframe]( [param:KeyframeTrack track], [param:Number time] )</h3>
|
|
<h3>[method:Number insertKeyframe]( [param:KeyframeTrack track], [param:Number time] )</h3>
|
|
@@ -43,7 +43,7 @@
|
|
|
|
|
|
<h3>[method:Boolean isTypedArray]( object )</h3>
|
|
<h3>[method:Boolean isTypedArray]( object )</h3>
|
|
<p>
|
|
<p>
|
|
- 如果该对象是类型化数组,返回*true*
|
|
|
|
|
|
+ 如果该对象是类型化数组,返回*true*
|
|
|
|
|
|
</p>
|
|
</p>
|
|
|
|
|
|
@@ -52,12 +52,12 @@
|
|
|
|
|
|
<h3>[method:Array sortedArray]( values, stride, order )</h3>
|
|
<h3>[method:Array sortedArray]( values, stride, order )</h3>
|
|
<p>
|
|
<p>
|
|
- 将[page:AnimationUtils.getKeyframeOrder getKeyframeOrder]方法返回的数组排序。
|
|
|
|
|
|
+ 将[page:AnimationUtils.getKeyframeOrder getKeyframeOrder]方法返回的数组排序。
|
|
</p>
|
|
</p>
|
|
|
|
|
|
<h3>[method:AnimationClip subclip]( [param:AnimationClip clip], [param:String name], [param:Number startFrame], [param:Number endFrame], [param:Number fps] )</h3>
|
|
<h3>[method:AnimationClip subclip]( [param:AnimationClip clip], [param:String name], [param:Number startFrame], [param:Number endFrame], [param:Number fps] )</h3>
|
|
<p>
|
|
<p>
|
|
- Creates a new clip, containing only the segment of the original clip between the given frames.
|
|
|
|
|
|
+ 创建一个新的片段,仅包含所给定帧之间的原始剪辑片段。
|
|
</p>
|
|
</p>
|
|
|
|
|
|
<h2>源码</h2>
|
|
<h2>源码</h2>
|