#include <WheeledVehicleMovementComponentNW.h>
Public 属性 | |
float | DownRatio |
Value of engineRevs/maxEngineRevs that is low enough to gear down | |
float | Ratio |
Determines the amount of torque multiplication | |
float | UpRatio |
Value of engineRevs/maxEngineRevs that is high enough to gear up | |
在文件 WheeledVehicleMovementComponentNW.h 第 65 行定义.
float FVehicleNWGearData::DownRatio |
Value of engineRevs/maxEngineRevs that is low enough to gear down
在文件 WheeledVehicleMovementComponentNW.h 第 75 行定义.
被这些函数引用 ACarlaWheeledVehicle::ApplyVehiclePhysicsControl() , 以及 GetVehicleAutoBoxSetup().
float FVehicleNWGearData::Ratio |
Determines the amount of torque multiplication
在文件 WheeledVehicleMovementComponentNW.h 第 71 行定义.
float FVehicleNWGearData::UpRatio |
Value of engineRevs/maxEngineRevs that is high enough to gear up
在文件 WheeledVehicleMovementComponentNW.h 第 79 行定义.
被这些函数引用 ACarlaWheeledVehicle::ApplyVehiclePhysicsControl() , 以及 GetVehicleAutoBoxSetup().