MochiEngine
Loading...
Searching...
No Matches
Mochi::Time::Chrono Class Reference

Utility class to count the pass of time. If ticked each frame, GetTime will return the passed time since the Chrono was created. More...

#include <Chrono.h>

Public Member Functions

float GetTime () const
void Tick (const float &dt)

Detailed Description

Utility class to count the pass of time. If ticked each frame, GetTime will return the passed time since the Chrono was created.


The documentation for this class was generated from the following files:
  • Engine/src/Time/Chrono.h
  • Engine/src/Time/Chrono.cpp