|
@@ -85,6 +85,13 @@
|
|
|
This is usually done in the render loop, passing [page:Clock.getDelta clock.getDelta] scaled by the mixer's [page:.timeScale timeScale]).
|
|
|
</p>
|
|
|
|
|
|
+ <h3>[method:AnimationMixer setTime]([param:Number timeInSeconds]) </h3>
|
|
|
+ <p>
|
|
|
+ Sets the global mixer to a specific time and updates the animation accordingly.<br /><br />
|
|
|
+
|
|
|
+ This is useful when you need to jump to an exact time in an animation. The input parameter will be scaled by the mixer's [page:.timeScale timeScale].
|
|
|
+ </p>
|
|
|
+
|
|
|
<h3>[method:null uncacheClip]([param:AnimationClip clip])</h3>
|
|
|
|
|
|
<p>
|