CurveTangentMode Enumeration |
[Missing <summary> documentation for "T:Godot.Curve.TangentMode"]
Namespace: Godot
public enum TangentMode
Member name | Value | Description | |
---|---|---|---|
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. |