AnimationTreePlayerAnimationProcessMode Enumeration |
[Missing <summary> documentation for "T:Godot.AnimationTreePlayer.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. |