ModelData:getAnimationSmoothMode
EditReturns the smooth mode of a channel in an animation.
smooth = ModelData:getAnimationSmoothMode(animation, channel)Arguments
| Name | Type | Description |
| animation | string | number | The name or index of an animation. |
| channel | number | The index of a channel in the animation. |
Returns
| Name | Type | Description |
| smooth | SmoothMode | The smooth mode of the keyframes. |