|
Tweeny 4.1.0
A Tweening library for modern C++
|
◆ tween_frame_counts
template<typename... ValueTypes>
An array that represents the number of frames allocated for tweening each value in a key frame. The size of the array corresponds to the number of values being tweened, and each entry specifies the frame count for the respective value. This array is populated either by specifying explicit frame counts for each value during a tween's construction or by using a uniform frame count for all values. The highest count is used to calculate the position of key frames and manage the timing of individual value transitions within a tween animation. |