IAnimationJob
The interface defining an animation job to use with an IAnimationJobPlayable.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Interface
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
[JobProducerType(typeof(ProcessAnimationJobStruct<>))]public interface IAnimationJob
Remarks
Additional Resources: AnimationScriptPlayable.Create.
Methods
Method | Description |
|---|---|
| ProcessAnimation | Defines what to do when processing the animation. |
| ProcessRootMotion | Defines what to do when processing the root motion. |