AnimationUpdateMode Enumeration |
[Missing <summary> documentation for "T:Godot.Animation.UpdateMode"]
Namespace: Godot
public enum UpdateMode
Member name | Value | Description | |
---|---|---|---|
Continuous | 0 | Update between keyframes. | |
Discrete | 1 | Update at the keyframes and hold the value. | |
Trigger | 2 | Update at the keyframes. | |
Capture | 3 | Same as linear interpolation, but also interpolates from the current value (i.e. dynamically at runtime) if the first key isn't at 0 seconds. |