Avindr / MxM-IssueTracking

7 stars 0 forks source link

Add playback speed modifier to MxM layers #142

Closed Avindr closed 2 years ago

Avindr commented 2 years ago

Layer's need to have their own independent playback speed setting that can be modified by the user. This must work in isolation from the overall MxMAnimator playback speed.

Avindr commented 2 years ago

This functionality has been implemented and will be available in the next release coming soon.

MxMLayers now have a property (PlaybackSpeed) that can be modified directly. Alternatively, layer playback speed can be set when the layer is created with new optional parameter (a_playbackSpeed)