Browse Source

Docs: Improved AnimationMixer page. (#22076)

Michael Herzog 4 years ago
parent
commit
688d1dff9c
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/api/en/animation/AnimationMixer.html

+ 3 - 3
docs/api/en/animation/AnimationMixer.html

@@ -94,17 +94,17 @@
 		<h3>[method:null uncacheClip]([param:AnimationClip clip])</h3>
 		<h3>[method:null uncacheClip]([param:AnimationClip clip])</h3>
 
 
 		<p>
 		<p>
-			Deallocates all memory resources for a clip.
+			Deallocates all memory resources for a clip. Before using this method make sure to call [page:AnimationAction.stop]() for all related actions.
 		</p>
 		</p>
 
 
 		<h3>[method:null uncacheRoot]([param:Object3D root]) </h3>
 		<h3>[method:null uncacheRoot]([param:Object3D root]) </h3>
 		<p>
 		<p>
-			Deallocates all memory resources for a root object.
+			Deallocates all memory resources for a root object. Before using this method make sure to call [page:AnimationAction.stop]() for all related actions.
 		</p>
 		</p>
 
 
 		<h3>[method:null uncacheAction]([param:AnimationClip clip], [param:Object3D optionalRoot])</h3>
 		<h3>[method:null uncacheAction]([param:AnimationClip clip], [param:Object3D optionalRoot])</h3>
 		<p>
 		<p>
-			Deallocates all memory resources for an action.
+			Deallocates all memory resources for an action. Before using this method make sure to call [page:AnimationAction.stop]() to deactivate the action.
 		</p>
 		</p>