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