ModelData:getAnimationProperty
EditReturns the property targeted by an animation's channel.
property = ModelData:getAnimationProperty(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 |
| property | AnimationProperty | The property (translation, rotation, scale, or weights) affected by the keyframes. |