|
Tweeny 4.1.0
A Tweening library for modern C++
|
◆ tween_value_t
template<typename FirstValueType, typename... RemainingValueTypes>
The type returned by navigation and query methods. For single-value tweens: the value type itself. For multi-value tweens: std::tuple of all value types. |