Enum Animation.UpdateMode
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum Animation.UpdateMode : long
Fields
Capture = 2Same as linear interpolation, but also interpolates from the current value (i.e. dynamically at runtime) if the first key isn't at 0 seconds.
Continuous = 0Update between keyframes and hold the value.
Discrete = 1Update at the keyframes.