Enum Curve.TangentMode

enum TangentMode : int { ... }

Enum members

NameDescription
tangentFree The tangent on this side of the point is user-defined.
tangentLinear The curve calculates the tangent on this side of the point as the slope halfway towards the adjacent point.
tangentModeCount The total number of available tangent modes.