AnimationPlayerAnimationProcessMode Enumeration |
[Missing <summary> documentation for "T:Godot.AnimationPlayer.AnimationProcessMode"]
Namespace: Godot
public enum AnimationProcessMode
Member name | Value | Description | |
---|---|---|---|
Physics | 0 | Process animation during the physics process. This is especially useful when animating physics bodies. | |
Idle | 1 | Process animation during the idle process. | |
Manual | 2 | Do not process animation. Use Advance(Single) to process the animation manually. |