Summary
An
UnityEngine.Animations.IAnimationJob
which executes a simple damping effect.- Assembly
- Animancer
.dll - Namespace
- Animancer
.Samples .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
Remarks
Sample:
Damping
Fields
Name | Constant Value | Summary |
---|---|---|
jointHandles | ||
localPositions | ||
localRotations | ||
positions | ||
rootHandle | ||
velocities |
Methods
Name | Value | Summary |
---|---|---|
ProcessAnimation |
void |
Procedurally generate the joints rotation.
|
ProcessRootMotion |
void |
Transfer the root position and rotation through the graph.
|