CARLA
Public Attributes | List of all members
FVehicleNWGearData Struct Reference

#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...
 

Detailed Description

Definition at line 65 of file WheeledVehicleMovementComponentNW.h.

Member Data Documentation

◆ DownRatio

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().

◆ Ratio

float FVehicleNWGearData::Ratio

Determines the amount of torque multiplication.

Definition at line 71 of file WheeledVehicleMovementComponentNW.h.

Referenced by ACarlaWheeledVehicle::ApplyVehiclePhysicsControl().

◆ UpRatio

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().


The documentation for this struct was generated from the following file: