Enum Function

Enum Documentation

enum class anim::Function : uint8_t

Interpolation function used between a keyframe and the next one.

The function belongs to the keyframe at the start of a segment and determines how values are interpolated up to the following keyframe.

Values:

enumerator Constant

Hold the keyframe’s value until the next keyframe (step).

enumerator Linear

Straight-line interpolation to the next keyframe.

enumerator Bezier

Cubic Bézier interpolation driven by the keyframe handles.

enumerator Count

Number of interpolation functions; not a selectable value.