载入中...
搜索中...
未找到
Timer.cpp
浏览该文件的文档.
virtual std::string getName() const =0
High-resolution frame/elapsed timer backed by SDL_GetPerformanceCounter(). Script: timer <- eve....
Definition Timer.h:13
float getDelta() const
Seconds between the last two step() calls (0 until the first step).
Definition Timer.cpp:24
float getTime() const
Seconds since the Timer was created (0 if the timer is unavailable). Returns float (not double): Simp...
Definition Timer.cpp:19
Definition Timer.cpp:7