AnimationChannelInterpolationType

Declaration

enum class AnimationChannelInterpolationType {
        Step,
        Linear,
        CubicSpline,
        Unknown
};

Notes

The AnimationChannel’s interpolation type. It represents the way the values will get interpolated between two keyframes.