ModelData:getAnimationNode
EditReturns the index of a node 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 |
node | number | The index of the node targeted by 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 |
node | number | The index of the node targeted by the channel. |