Tweeny 4.1.0
A Tweening library for modern C++
Loading...
Searching...
No Matches

◆ highest_frame_count()

template<typename... ValueTypes>
uint32_t highest_frame_count ( ) const
inlinenodiscard

Retrieves the highest frame count from the tween_frame_counts array.

This function searches through the tween_frame_counts array to find and return the maximum frame count value.

Returns
The highest frame count as an unsigned 32-bit integer.