Trying things.

This commit is contained in:
Zoe Roux
2021-06-14 16:00:41 +02:00
parent 06a6eb2ed7
commit 9b385349dc
9 changed files with 57 additions and 24 deletions
@@ -34,7 +34,7 @@ namespace BBM
size_t getCurrentAnimFrameCounter() const;
//! @brief get the current
RAY::ModelAnimation getCurrentModelAnim();
RAY::ModelAnimation &getCurrentModelAnim();
//! @brief set the anim frame counter
void setCurrentAnimFrameCounter(size_t animFrameCounter);
@@ -52,7 +52,7 @@ namespace BBM
bool isAnimDisabled() const;
//! @brief ctor entity and the path of the animation file
explicit AnimationsComponent(WAL::Entity &entity, const RAY::ModelAnimations& modelAnimation, int animIndex, bool play = true);
AnimationsComponent(WAL::Entity &entity, int animIndex, bool play = true);
//! @brief copy ctor
AnimationsComponent(const AnimationsComponent &) = default;
//! @brief dtor