未验证 提交 688d1dff 编写于 作者: M Michael Herzog 提交者: GitHub

Docs: Improved AnimationMixer page. (#22076)

上级 92785481
...@@ -94,17 +94,17 @@ ...@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册