Click or drag to resize

CurveTangentMode Enumeration

[Missing <summary> documentation for "T:Godot.Curve.TangentMode"]

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

The tangent on this side of the point is user-defined.

Linear1

The curve calculates the tangent on this side of the point as the slope halfway towards the adjacent point.

ModeCount2

The total number of available tangent modes.

See Also