#include <WheeledVehicleMovementComponentNW.h>
Collaboration diagram for FVehicleNWGearData:Public Attributes | |
| float | DownRatio |
| Value of engineRevs/maxEngineRevs that is low enough to gear down. More... | |
| float | Ratio |
| Determines the amount of torque multiplication. More... | |
| float | UpRatio |
| Value of engineRevs/maxEngineRevs that is high enough to gear up. More... | |
Definition at line 65 of file WheeledVehicleMovementComponentNW.h.
| float FVehicleNWGearData::DownRatio |
Value of engineRevs/maxEngineRevs that is low enough to gear down.
Definition at line 75 of file WheeledVehicleMovementComponentNW.h.
Referenced by ACarlaWheeledVehicle::ApplyVehiclePhysicsControl(), and GetVehicleAutoBoxSetup().
| float FVehicleNWGearData::Ratio |
Determines the amount of torque multiplication.
Definition at line 71 of file WheeledVehicleMovementComponentNW.h.
Referenced by ACarlaWheeledVehicle::ApplyVehiclePhysicsControl().
| float FVehicleNWGearData::UpRatio |
Value of engineRevs/maxEngineRevs that is high enough to gear up.
Definition at line 79 of file WheeledVehicleMovementComponentNW.h.
Referenced by ACarlaWheeledVehicle::ApplyVehiclePhysicsControl(), and GetVehicleAutoBoxSetup().
1.8.13