Copperfield Engine 0.1
C++ Game Engine
Loading...
Searching...
No Matches
Time Class Reference

Static functions to retrieve time-related information. More...

#include <time.hpp>

Static Public Member Functions

static float DeltaTime ()
 Retrieves the duration of the last frame. More...
 

Detailed Description

Static functions to retrieve time-related information.

Member Function Documentation

◆ DeltaTime()

static float Time::DeltaTime ( )
static

Retrieves the duration of the last frame.

Returns
Duration of the last frame, also known as DeltaTime.