CurveContinuity Enumeration (Microsoft.Xna.Framework)

Defines the continuity of keys on a Curve.

Namespace: Microsoft.Xna.Framework
Assembly: MonoGame.Framework (MonoGame.Framework.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public enum CurveContinuity

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

The CurveContinuity type exposes the following members.

  Platforms Name Description
Smooth Interpolation can be used between this key and the next. 
Step Interpolation cannot be used. A position between the two points returns this point. 
Top
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop
    
 Windows OpenGL Desktop
    
 Web