Skip to content

Commit 688d1df

Browse files
authored
Docs: Improved AnimationMixer page. (#22076)
1 parent 9278548 commit 688d1df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api/en/animation/AnimationMixer.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,17 +94,17 @@ <h3>[method:AnimationMixer setTime]([param:Number timeInSeconds]) </h3>
9494
<h3>[method:null uncacheClip]([param:AnimationClip clip])</h3>
9595

9696
<p>
97-
Deallocates all memory resources for a clip.
97+
Deallocates all memory resources for a clip. Before using this method make sure to call [page:AnimationAction.stop]() for all related actions.
9898
</p>
9999

100100
<h3>[method:null uncacheRoot]([param:Object3D root]) </h3>
101101
<p>
102-
Deallocates all memory resources for a root object.
102+
Deallocates all memory resources for a root object. Before using this method make sure to call [page:AnimationAction.stop]() for all related actions.
103103
</p>
104104

105105
<h3>[method:null uncacheAction]([param:AnimationClip clip], [param:Object3D optionalRoot])</h3>
106106
<p>
107-
Deallocates all memory resources for an action.
107+
Deallocates all memory resources for an action. Before using this method make sure to call [page:AnimationAction.stop]() to deactivate the action.
108108
</p>
109109

110110

0 commit comments

Comments
 (0)