DampingJob Struct

Assembly
Animancer.dll
Namespace
Animancer.Examples.Jobs
Interfaces
  • IAnimationJob
Base Types
  • ValueType
graph BT Type-->Base0["ValueType"] Type-.->Interface0["IAnimationJob"] Type["DampingJob"] class Type type-node

Syntax

public struct DampingJob : ValueType, IAnimationJob

Examples

Damping

Fields

Methods

Name Value Summary
ProcessAnimation(AnimationStream) void
Procedurally generate the joints rotation.
ProcessRootMotion(AnimationStream) void
Transfer the root position and rotation through the graph.