Enum Curve.TangentMode
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum Curve.TangentMode : long
Fields
Free = 0The tangent on this side of the point is user-defined.
Linear = 1The curve calculates the tangent on this side of the point as the slope halfway towards the adjacent point.
ModeCount = 2The total number of available tangent modes.