My Project
Public Member Functions | Protected Attributes | List of all members
ParaEngine::Tick Class Reference

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
 

Detailed Description

Check to see if it is a tick.

usually used by class with a real time framemove function.


The documentation for this class was generated from the following files: