Additional Inherited Members |
| virtual | ~DtTickable () |
| | Virtual DTOR.
|
| virtual void | setUpdatePeriod (unsigned int period) |
| | Specify how often (in # of frames) this tickable should call update.
|
| virtual unsigned int | updatePeriod () const |
| | Specify how often (in # of frames) this tickable should call update.
|
Constructor & Destructor Documentation
| virtual makVrv::DtNavigationLightUpdater::~DtNavigationLightUpdater |
( |
| ) |
|
|
protectedvirtual |
Member Function Documentation
| virtual bool makVrv::DtNavigationLightUpdater::needsUpdate |
( |
DtTime |
tNow | ) |
|
|
protectedvirtual |
The check function called by DtTickableManager to verify if an update is required.
If this function returns true, the DtTickableManager will then call update().
- Parameters
-
| [in] | tNow | is the current time-stamp. |
- Return values
-
| true | if this object needs to be ticked. |
| false | otherwise. The base class checks handles period checks (for tickables that don't tick every frame. Deriving methods can incorporate that capability by calling down to the base class first. |
Reimplemented from makVrv::DtTickable.
| virtual void makVrv::DtNavigationLightUpdater::update |
( |
DtTime |
tNow | ) |
|
|
protectedvirtual |
Friends And Related Function Documentation
Member Data Documentation
The documentation for this class was generated from the following file: