Click or drag to resize

AnimationInterpolationType Enumeration

[Missing <summary> documentation for "T:Godot.Animation.InterpolationType"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum InterpolationType
Members
  Member nameValueDescription
Nearest0

No interpolation (nearest value).

Linear1

Linear interpolation.

Cubic2

Cubic interpolation.

See Also