ModelData:getAnimationSmoothMode
EditReturns the smooth mode of a channel in an animation.
Arguments
Name | Type | Description |
index | number | The 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. |
Arguments
Name | Type | Description |
name | string | The name 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. |