![]() |
VR-Forces 4.10 Class Documentation
|
DtAdaptiveTickRateCommand toggles the adaptive tick rate setting for all entities. More...

Public Member Functions | |
| DtAdaptiveTickRateCommand () | |
| virtual | ~DtAdaptiveTickRateCommand () |
| virtual bool | adaptiveTickRate () const |
| Is adaptive tick rate enabled? More... | |
| virtual void | setAdaptiveTickRate (bool adaptive) |
| Set whether entities use adaptive tick rate. More... | |
| virtual void | execute (DtDe &de) |
| set the DtSharedEntityDisplaySettingsManager:: AdaptiveTickRate to true or false More... | |
Public Member Functions inherited from makVrv::DtVrvCommand | |
| DtVrvCommand () | |
| virtual | ~DtVrvCommand () |
| virtual vrvControlToolkit::DtVrvControlTypeEnum | commandType () |
Protected Attributes | |
| bool | myAdaptiveTickRateEnabled |
Protected Attributes inherited from makVrv::DtVrvCommand | |
| vrvControlToolkit::DtVrvControlTypeEnum | myCommandType |
Private Member Functions | |
| DtAdaptiveTickRateCommand (DtAdaptiveTickRateCommand &in) | |
| Private copy constructor. More... | |
| DtAdaptiveTickRateCommand & | operator= (const DtAdaptiveTickRateCommand &) |
| Private assignment operator. More... | |
DtAdaptiveTickRateCommand toggles the adaptive tick rate setting for all entities.
Adaptive tick rates means updating entities less frequently the farther away the entity is.
| makVrv::DtAdaptiveTickRateCommand::DtAdaptiveTickRateCommand | ( | ) |
|
virtual |
|
private |
Private copy constructor.
|
virtual |
Is adaptive tick rate enabled?
|
virtual |
Set whether entities use adaptive tick rate.
|
virtual |
set the DtSharedEntityDisplaySettingsManager:: AdaptiveTickRate to true or false
Implements makVrv::DtVrvCommand.
|
private |
Private assignment operator.
|
protected |