21 #ifndef HX3D_TWEENS_TWEEN 22 #define HX3D_TWEENS_TWEEN 24 #include "hx3d/tweens/base_tween.hpp" 46 virtual void reset()
override;
47 virtual void update(
const float delta)
override;
71 #include "hx3d/tweens/_inline/tween.inl.hpp" virtual void reset() override
Reset the tween.
virtual void update(const float delta) override
Update the tween.
Templated tween definition.
Interpolation
Interpolate using functions.
Tween(T &mod, const T end, const float duration, const math::Interpolation interp, bool infinite=false)
Create a tween.