29 #ifndef THOR_REFANIMATION_HPP
30 #define THOR_REFANIMATION_HPP
43 template <
typename Animation>
55 template <
typename Animated>
56 void operator() (Animated& animated,
float progress);
62 Animation* mReferenced;
83 template <
typename Animation>
90 #include <Thor/Animations/Detail/RefAnimation.inl>
91 #endif // THOR_REFANIMATION_HPP
Class to reference another animation.
Definition: RefAnimation.hpp:44
void operator()(Animated &animated, float progress)
Animates the object.
Definition: Animator.hpp:42
RefAnimation(Animation &referenced)
Constructor.