ModelData:getAnimationKeyframeCount
EditReturns the number of keyframes in a channel of 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 |
count | number | The number of keyframes in the channel. |
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 |
count | number | The number of keyframes in the channel. |