![]() |
VR-Forces Developer's Guide
|
DtEntitySoundUpdater updates the sound with it's associated entity. syncs the position and velocity of the sound with the entity it attached.

Public Member Functions | |
| DtEntitySoundUpdater (DtDe &de, DtUniqueID id) | |
| virtual | ~DtEntitySoundUpdater () |
| virtual void | update (DtTime tNow) |
| virtual void | setSoundModel (DtSoundModel *soundModel) |
| virtual void | setAttachedSceneObjectId (DtUniqueID sceneObjectId) |
Public Member Functions inherited from makVrv::DtTickable | |
| virtual bool | needsUpdate (DtTime tNow) |
| virtual bool | updateIfNeeded (DtTime tNow) |
| virtual | ~DtTickable () |
| virtual void | setTickableEnabled (bool enabled) |
| virtual void | setIsThreadSafe (bool safe) |
| virtual bool | isThreadSafe () const |
| virtual void | setTickableListState (TickableListState safeList) |
| virtual TickableListState | tickableListState () const |
| virtual void | setUpdatePeriod (unsigned int period) |
| virtual unsigned int | updatePeriod () const |
| virtual bool | adaptiveTickLodEnabled () const |
Private Member Functions | |
| DtEntitySoundUpdater () | |
| DtEntitySoundUpdater (const DtEntitySoundUpdater &) | |
| DtEntitySoundUpdater & | operator= (const DtEntitySoundUpdater &) |
Additional Inherited Members | |
Public Types inherited from makVrv::DtTickable | |
| enum | TickableListState { TickableNotOnList, TickableOnMainList, TickableOnThreadSafeList } |
Protected Member Functions inherited from makVrv::DtTickable | |
| DtTickable (DtTickableManagerInterface *manager) | |
| DtTickable ()=delete | |
| virtual void | slot_managerAboutToBeDeleted () |
| makVrv::DtEntitySoundUpdater::DtEntitySoundUpdater | ( | DtDe & | de, |
| DtUniqueID | id | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
private |
Default Constructor not implemented – default constructor not allowed.
|
private |
Copy Constructor not implemented – Copy not allowed.
|
virtual |
update per tick.
Implements makVrv::DtTickable.
Reimplemented in makVrf::DtVrfEntitySoundUpdater.
|
virtual |
Sets the sound model that will get updated.
|
virtual |
Sets the scend id of the entity the sound attached.
|
private |
Assignment Operator not implemented – Copy not allowed.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |