DefaultValues
AnimationStream will be initialized with the default values from the Animator.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Field
- Namespace: UnityEngine.Experimental.Animations
- Assembly: UnityEngine.AnimationModule
DefaultValues = 0
Remarks
Before it is modified during IAnimationJob.ProcessAnimation or IAnimationJob.ProcessRootMotion, the AnimationStream contains the default values of the associated Animator.
This is the default behaviour for an AnimationPlayableOutput.
Additional Resources: AnimationPlayableOutputExtensions.SetAnimationStreamSource.