![]() |
VR-Forces 4.8 Class Documentation
|
A DtSimObjectEntry is an entry for a persistent simulation object like an entity. More...

Public Member Functions | |
| DtSimObjectEntry (DtDe &de, DtUniqueID id) | |
| CTOR. More... | |
| virtual | ~DtSimObjectEntry () |
Public Member Functions inherited from makVrv::DtSimEntry | |
| DtSimEntry (DtDe &de, DtUniqueID id) | |
| CTOR. More... | |
| virtual | ~DtSimEntry () |
| DTOR. More... | |
| const SimStateVector & | simStates () const |
| SimStateVector accessor. More... | |
| bool | addState (DtSimState *state) |
| Return's true if state was added to the SimStateVector. More... | |
| bool | removeState (DtSimState *state) |
| Return's true if state was removed from the SimStateVector. More... | |
| void | forceUpdate (DtBaseStateView *stateView) |
| Force a state view which is currently being updated periodically to update in the next frame. More... | |
| void | setUpdateRate (DtSimEntryUpdater::UpdateRate rate, DtBaseStateView *stateView) |
| Set the update rate for the state view. More... | |
| DtSimEntryUpdater::UpdateRate | rateForView (DtBaseStateView *stateView) const |
| Returns the update rate for the state view. More... | |
| void | stateUpdated () |
| Called by the DtSimStateObject when a state has been updated. More... | |
| DtUniqueID | id () const |
| Return the unique Id of this entry. More... | |
A DtSimObjectEntry is an entry for a persistent simulation object like an entity.
| makVrv::DtSimObjectEntry::DtSimObjectEntry | ( | DtDe & | de, |
| DtUniqueID | id | ||
| ) |
CTOR.
|
virtual |