ProcessAnimation(AnimationStream)
Defines what to do when processing the animation.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
void ProcessAnimation(AnimationStream stream)
Parameters
The animation stream to work on.
Remarks
This method is called after IAnimationJob.ProcessRootMotion. Depending on Animator.cullingMode, it is possible this method won't be called.