File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments