|
My Project
|
Check to see if it is a tick. More...
#include <Tick.h>
Public Member Functions | |
| Tick (float fInterval) | |
| void | SetFPS (float fFPS) |
| void | SetInterval (float fInterval) |
| float | GetInverval () const |
| bool | IsTick (float deltaTime) |
Protected Attributes | |
| float | m_fElapsedTime |
| float | m_invervalSeconds |
Check to see if it is a tick.
usually used by class with a real time framemove function.
1.8.12