Reference API Roblox

Engine API

Website

Related

Reference API Roblox

KeyInterpolationMode

Describes the interpolation method between two keys.

Items 3

HistoryNameValueDescription
496Constant0

The segment starting at this key will constantly evaluate to the value set at this key.

496Linear1

The segment starting at this key will evaluate using a linear interpolation at this key and the value at the next key.

496Cubic2

The segment starting at this key will evaluate using cubic interpolation of this key value using its right tangent and the next key value and its left tangent.

Description

Describes the interpolation method for a FloatCurve or RotationCurve segment between the key for which this mode is set and the next key in the curve.

History 4

Settings