ModelData:getAnimationSmoothMode

Edit

Returns the smooth mode of a channel in an animation.

smooth = ModelData:getAnimationSmoothMode(animation, channel)

Arguments

NameTypeDescription
animationstring | number The name or index of an animation.
channelnumber The index of a channel in the animation.

Returns

NameTypeDescription
smoothSmoothMode The smooth mode of the keyframes.

See also