My Project
Public Attributes | List of all members
component::ctimer_t Struct Reference

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
 

Detailed Description

A structure representing the timer component of an entity.


The documentation for this struct was generated from the following file: