My Project
|
A structure representing the timer component of an entity. More...
#include <CTimer.hpp>
Public Attributes | |
std::chrono::steady_clock::time_point | deltaTime |
delta time | |
std::chrono::steady_clock::time_point | spawnEnemyDeltaTime |
delta time to handle enemy spawn | |
std::chrono::steady_clock::time_point | animTimer |
delta time to handle animation | |
A structure representing the timer component of an entity.