AnimationState.RemoveMixingTransform 删除混合变换


function RemoveMixingTransform (mix : Transform) : void

Description描述

Removes a transform which should be animated.

删除应该是动画的变换。

You can only pass transforms that have been added through AddMixingTransform function. If transform has been   added as recursive, then it will be removed as recursive. Once you remove all mixing transforms added to   animation state all curves become animated again.  

只能通过已经通过AddMixingTransform函数添加到变换。如果变换已经最为递归添加,那么也将删除递归。一旦删除所有添加到动画状态的混合变换,所有曲线变为再次动画。

参见: AddMixingTransform 函数


,