ModelData:getAnimationKeyframe
EditReturns a single keyframe 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. |
keyframe | number | The index of a keyframe in the channel. |
Returns
Name | Type | Description |
time | number | The timestamp of the keyframe. |
... | number | The data for the keyframe (either 3 or 4 numbers depending on the property). |
Arguments
Name | Type | Description |
name | string | The name of an animation. |
channel | number | The index of a channel in the animation. |
keyframe | number | The index of a keyframe in the channel. |
Returns
Name | Type | Description |
time | number | The timestamp of the keyframe. |
... | number | The data for the keyframe (either 3 or 4 numbers depending on the property). |