Enum CurveTangent
public enum CurveTangent
Fields
Flat = 0The tangent which always has a value equal to zero.
Linear = 1The tangent which contains a difference between current tangent value and the tangent value from the previous CurveKey.
Smooth = 2The smoouth tangent which contains the inflection between TangentIn and TangentOut by taking into account the values of both neighbors of the CurveKey.