AnimationTreeAnimationProcessMode Enumeration |
[Missing <summary> documentation for "T:Godot.AnimationTree.AnimationProcessMode"]
Namespace: Godot
public enum AnimationProcessMode
Member name | Value | Description | |
---|---|---|---|
Physics | 0 | The animations will progress during the physics frame (i.e. _PhysicsProcess(Single)). | |
Idle | 1 | The animations will progress during the idle frame (i.e. _Process(Single)). | |
Manual | 2 | The animations will only progress manually (see Advance(Single)). |