Enum AnimationTreePlayer.AnimationProcessMode
enum AnimationProcessMode
: int { ... }
Enum members
Name | Description |
---|---|
animationProcessIdle
|
Process animation during the idle process. |
animationProcessPhysics
|
Process animation during the physics process. This is especially useful when animating physics bodies. |