Class CurveContinuity
Defines the continuity of CurveKeys on a Curve.
Inheritance
System.Object
CurveContinuity
Namespace: VRageMath
Assembly: VRage.Math.dll
Syntax
public sealed class CurveContinuity : Enum
Fields
Smooth
Interpolation can be used between this CurveKey and the next.
Declaration
public const CurveContinuity Smooth
Field Value
Type | Description |
---|---|
CurveContinuity |
Step
Interpolation cannot be used between this CurveKey and the next. Specifying a position between the two points returns this point.
Declaration
public const CurveContinuity Step
Field Value
Type | Description |
---|---|
CurveContinuity |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |