Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ProcessAnimation(AnimationStream)

Defines what to do when processing the animation.
Read time 1 minuteLast updated 11 days ago

Definition

void ProcessAnimation(AnimationStream stream)

Parameters

The animation stream to work on.

Remarks

This method is called after IAnimationJob.ProcessRootMotion. Depending on _cullingMode, it is possible this method won't be called.