Table of Contents

Enum CurveContinuity

Namespace
Microsoft.Xna.Framework
Assembly
MonoGame.Framework.dll

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.