TimeMgr::GetFloatDeltaTime
Defined in:
Returns the time difference between the current frame and the previous frame as a floating point number.
C4Time.h
Prototype
float GetFloatDeltaTime(void) const;
Description
The GetFloatDeltaTime
function returns the floating-point difference in time between the current frame and the previous frame. The value returned is in milliseconds.
See Also