Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.CurveLoopType

Malware edited this page Dec 21, 2018 · 38 revisions

Index

CurveLoopType Enum

Namespace: VRageMath
Assembly: VRage.Math.dll

Summary

Defines how the value of a Curve will be determined for positions before the first point on the Curve or after the last point on the Curve.

Fields

static [`CurveLoopType Constant`](VRageMath.Constant)
static [`CurveLoopType Cycle`](VRageMath.Cycle)
static [`CurveLoopType CycleOffset`](VRageMath.CycleOffset)
static [`CurveLoopType Oscillate`](VRageMath.Oscillate)
static [`CurveLoopType Linear`](VRageMath.Linear)

Clone this wiki locally