![]() |
VR-Forces 5.0.3 Developer's Guide
|
DtWheelRotationCommand toggles the wheel rotation for art parts that use the SISO wheel values (9120-9728)

Public Member Functions | |
| DtWheelRotationCommand () | |
| virtual | ~DtWheelRotationCommand () |
| virtual bool | wheelRotationEnabled () const |
| virtual void | setWheelRotationEnabled (bool rotate) |
| virtual void | execute (DtDe &de) |
Public Member Functions inherited from makVrv::DtVrvCommand | |
| DtVrvCommand () | |
| virtual | ~DtVrvCommand () |
| virtual vrvControlToolkit::DtVrvControlTypeEnum | commandType () |
Protected Attributes | |
| bool | myWheelRotation |
Protected Attributes inherited from makVrv::DtVrvCommand | |
| vrvControlToolkit::DtVrvControlTypeEnum | myCommandType |
Private Member Functions | |
| DtWheelRotationCommand (DtWheelRotationCommand &in) | |
| DtWheelRotationCommand & | operator= (const DtWheelRotationCommand &) |
| makVrv::DtWheelRotationCommand::DtWheelRotationCommand | ( | ) |
|
virtual |
|
private |
Private copy constructor.
|
virtual |
Are all wheel parts allowed to spin based on entity velocity?
|
virtual |
Set whether all entities with wheels art part annotations should spin their wheels.
|
virtual |
set the DtSharedEntityDisplaySettingsManager:: WheelRotation to true or false
Implements makVrv::DtVrvCommand.
|
private |
Private assignment operator.
|
protected |