![]() |
VR-Forces 5.0.1 Developer's Guide
|
DtAdaptiveTickRateCommand toggles the adaptive tick rate setting for all entities. Adaptive tick rates means updating entities less frequently the farther away the entity is.

Public Member Functions | |
| DtAdaptiveTickRateCommand () | |
| virtual | ~DtAdaptiveTickRateCommand () |
| virtual bool | adaptiveTickRate () const |
| virtual void | setAdaptiveTickRate (bool adaptive) |
| virtual void | execute (DtDe &de) |
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) | |
| DtAdaptiveTickRateCommand & | operator= (const DtAdaptiveTickRateCommand &) |
| 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 |