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