Summary
[Pro-Only] A scripted animation for an
Animancer.AnimationJobState`1.- Assembly
- Animancer
.dll - Namespace
- Animancer
- Interfaces
-
- IDisposable
- Implementing Types
graph BT
Type-.->Interface0["IDisposable"]
Type["IAnimancerStateJob"]
class Type type-node
Implementing0["WavyBonesAnimationJob"]-.->Type
click Implementing0 "/animancer/api/Animancer.Samples.Jobs/WavyBonesAnimationJob"
Syntax
public interface IAnimancerStateJob : IDisposable
Remarks
Sample:
Job States
Properties
Methods
| Name | Value | Summary |
|---|---|---|
| ProcessAnimation |
void |
Defines what do to when processing the animation.
|
| ProcessRootMotion |
void |
Defines what do to when processing the root motion.
|