Anim 0.1
|
Class that contains and stores an animation along with the initialisation delegate for the animator playing it. More...
#include <AnimationClip.h>
Public Member Functions | |
AnimationClip (std::unique_ptr< gef::Scene > animationScene, gef::Animation &animation, StringId const id, OptionalConfigOnSetAnimationDelegate configDelegate) | |
gef::Animation const & | GetAnimation () const |
StringId | ID () const |
void | ApplyConfig (IAnimationPlayerConfig &animator) const noexcept(false) |
Applies this animation's delegate to the animator. | |
Class that contains and stores an animation along with the initialisation delegate for the animator playing it.