Enum CurveContinuity
Defines the continuity of keys on a Curve.
public enum CurveContinuity
Fields
Smooth = 0
Interpolation can be used between this key and the next.
Step = 1
Interpolation cannot be used. A position between the two points returns this point.