RemoveMixingTransform(Transform)
Removes a transform which should be animated.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AnimationModule
public void RemoveMixingTransform(Transform mix)
Parameters
Remarks
You can only pass transforms that have been added through AnimationState.AddMixingTransform function. If transform has been added as , then it will be removed as . Once you remove all mixing transforms added to animation state all curves become animated again.
recursiverecursiveAdditional Resources: AnimationState.AddMixingTransform