Tweeny 3
A Tweening library for modern C++
|
◆ peek() [1/3]
template<typename T , typename... Ts>
Returns the current tween values. This returns the current tween value as returned by the tween::step() function, except that it does not perform a step.
|