TimeMgr::GetFloatDeltaTime
Defined in: C4Time.h
Returns the time difference between the current frame and the previous frame as a floating point number.
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
TimeMgr::GetDeltaTime
TimeMgr::GetAbsoluteTime
|