Version: 2021.1
언어: 한국어

AnimationState.RemoveMixingTransform

매뉴얼로 전환
public void RemoveMixingTransform (Transform mix);

설명

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. See Also: AddMixingTransform function.