CurveContinuityΒΆ
-
enum
CurveContinuity: System.Enum, System.IComparable, System.IFormattable, System.IConvertible Defines the continuity of keys on a T:Microsoft.Xna.Framework.Curve.
-
CurveContinuity
Smooth Interpolation can be used between this key and the next.
-
CurveContinuity
Step Interpolation cannot be used. A position between the two points returns this point.
-
CurveContinuity