Version: 2017.1

AnimationState.RemoveMixingTransform

Switch to Manual
public void RemoveMixingTransform (Transform mix);

Description

Удаляет transform, который должен быть анимирован.

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.