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