4 #include <ThirdParty/EASTL-master/include/EASTL/vector.h> 23 float GetDeltaTime()
const;
28 int GetMaxIterations()
const;
33 eastl::vector<float> GetPreviousFramerates()
const;
36 eastl::vector<float> previousFramerates;
38 int maxIterations = 100;
41 static void OnUpdateBegin();
This object is used to retrieve information regarding the time. NOTE: This object can only be created...