new AxKeyFramesTrack()
Creates a new keyframes track object
Represents a collection of keyframes of the same type, and can produce the transformation, generated by these keyframes in a specified time
Methods
GetTransform(result, time)
Calculates the transform, produced by the keyframes at the specified time.
Parameters:
Name | Type | Description |
---|---|---|
result |
AxMatrix | The resulting transform, produced by the keyframes at the given time |
time |
Number | The time for which to get transform for |