56 long long m_microseconds;
Time()
Default constructor.
static Time seconds(double seconds)
Construct Time from seconds.
long long asMicroseconds() const
Get Time as microseconds.
static Time deltaTime
Game delta Time.
Definition: Time.h:53
static Time milliseconds(int milliseconds)
Construct Time from milliseconds.
static Time microseconds(long long microseconds)
Construct Time from microseconds.
Definition: Box2DPlugin.h:6
int asMilliseconds() const
Get Time as milliseconds.
Class for representing intervals of time.
Definition: Time.h:13
double asSeconds() const
Get Time as seconds.