AnimationInterpolationType Enumeration |
[Missing <summary> documentation for "T:Godot.Animation.InterpolationType"]
Namespace: Godot
public enum InterpolationType
Member name | Value | Description | |
---|---|---|---|
Nearest | 0 | No interpolation (nearest value). | |
Linear | 1 | Linear interpolation. | |
Cubic | 2 | Cubic interpolation. |