![]() |
VR-Forces 4.7 Class Documentation
|

Public Member Functions | |
| DtSoundPositionTickable (DtDe &de, makAudio::DtSound *sound, DtUniqueID sceneObject) | |
| virtual | ~DtSoundPositionTickable () |
| virtual void | update (DtTime tNow) |
| The update function called by DtTickableManager during update-ticks. | |
Public Member Functions inherited from makVrv::DtTickable | |
| virtual bool | needsUpdate (DtTime tNow) |
| The check function called by DtTickableManager to verify if an update is required. | |
| 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 |
Protected Attributes | |
| DtDe & | myDe |
| makAudio::DtSound * | mySound |
| DtUniqueID | mySceneObject |
Protected Attributes inherited from makVrv::DtTickable | |
| DtTickableManagerInterface * | myManager |
| Pointer to manager for removal during destruction. | |
| DtSignalConnectionManager | myConnections |
| unsigned int | myFrameCounter |
| unsigned int | myFrameToUpdate |
| unsigned int | myUpdatePeriod |
Additional Inherited Members | |
Protected Member Functions inherited from makVrv::DtTickable | |
| DtTickable (DtTickableManagerInterface *manager) | |
| CTOR. | |
| DtTickable () | |
| Unimplemented default CTOR. | |
| virtual void | slot_managerAboutToBeDeleted () |
| makVrv::DtSoundPositionTickable::DtSoundPositionTickable | ( | DtDe & | de, |
| makAudio::DtSound * | sound, | ||
| DtUniqueID | sceneObject | ||
| ) |
|
virtual |
|
virtual |
The update function called by DtTickableManager during update-ticks.
| [in] | tNow | is the current time-stamp. |
Implements makVrv::DtTickable.
|
protected |
|
protected |
|
protected |