Enum AnimationTreePlayer.AnimationProcessMode

enum AnimationProcessMode : int { ... }

Enum members

NameDescription
animationProcessIdle Process animation during the idle process.
animationProcessPhysics Process animation during the physics process. This is especially useful when animating physics bodies.