Animancer.Examples.Jobs Namespace

Summary

Code for the Animation Jobs examples.

Class Types

Class Summary
Damping An example of how to use Animation Jobs in Animancer to apply physics based damping to certain bones.
SimpleLean A wrapper that manages an Animation Job (the Animancer.Examples.Jobs.SimpleLean.Job struct nested inside this class) which rotates a set of bones to allow the character to dynamically lean over independantly of their animations.
SimpleLeanComponent An example component that demonstrates how to use Animancer.Examples.Jobs.SimpleLean.
TwoBoneIK An example of how to use Animation Jobs in Animancer to apply simple two bone Inverse Kinematics, even to Generic Rigs which are not supported by Unity's inbuilt IK system.

Struct Types

Struct Summary
DampingJob
TwoBoneIKJob