ModelData:getAnimationProperty

Edit

Returns the property targeted by an animation's channel.



Arguments

NameTypeDescription
indexnumber The index of an animation.
channelnumber The index of a channel in the animation.

Returns

NameTypeDescription
propertyAnimationProperty The property (translation, rotation, scale, weights) affected by the keyframes.

Arguments

NameTypeDescription
namestring The name of an animation.
channelnumber The index of a channel in the animation.

Returns

NameTypeDescription
propertyAnimationProperty The property (translation, rotation, scale, weights) affected by the keyframes.

See also