|
R-Type
|
Class representing the sprite sheet animation system. More...
#include <AnimationSystem.hpp>
Public Member Functions | |
| AnimationSystem (const float &deltaTime) | |
| constructor More... | |
| ~AnimationSystem ()=default | |
| destructor More... | |
| void | operator() (SparseArray< TextureComponent > &texture) |
| overload of () operator function that updates the texture to the next animation More... | |
Class representing the sprite sheet animation system.
|
inline |
constructor
| deltaTime | The delta time of the game for handle game animation |
|
default |
destructor
| void GameEngine::AnimationSystem::operator() | ( | SparseArray< TextureComponent > & | texture | ) |
overload of () operator function that updates the texture to the next animation
| texture | the Array that contains the texture components |