Enum AnimationPlayer.AnimationProcessMode
enum AnimationProcessMode
: int { ... }
Enum members
Name | Description |
---|---|
animationProcessIdle
|
Process animation during the idle process. |
animationProcessManual
|
Do not process animation. Use advance to process the animation manually.
|
animationProcessPhysics
|
Process animation during the physics process. This is especially useful when animating physics bodies. |