ModelData:getAnimationChannelCount
EditReturns the number of channels in an animation.
A channel is a set of keyframes targeting a single property of a node.
count = ModelData:getAnimationChannelCount(animation)Arguments
| Name | Type | Description |
| animation | number | string | The name or index of an animation. |
Returns
| Name | Type | Description |
| count | number | The number of channels in the animation. |