CARLA
 
载入中...
搜索中...
未找到
Public 属性 | 所有成员列表
FVehicleNWTransmissionData结构体 参考

#include <WheeledVehicleMovementComponentNW.h>

+ FVehicleNWTransmissionData 的协作图:

Public 属性

bool bUseGearAutoBox
 Whether to use automatic transmission
 
float ClutchStrength
 Strength of clutch (Kgm^2/s)
 
float FinalRatio
 The final gear ratio multiplies the transmission gear ratios.
 
TArray< FVehicleNWGearDataForwardGears
 Forward gear ratios (up to 30)
 
float GearAutoBoxLatency
 Minimum time it takes the automatic transmission to initiate a gear change (seconds)
 
float GearSwitchTime
 Time it takes to switch gears (seconds)
 
float NeutralGearUpRatio
 Value of engineRevs/maxEngineRevs that is high enough to increment gear
 
float ReverseGearRatio
 Reverse gear ratio
 

详细描述

在文件 WheeledVehicleMovementComponentNW.h83 行定义.

类成员变量说明

◆ bUseGearAutoBox

bool FVehicleNWTransmissionData::bUseGearAutoBox

Whether to use automatic transmission

在文件 WheeledVehicleMovementComponentNW.h88 行定义.

◆ ClutchStrength

float FVehicleNWTransmissionData::ClutchStrength

Strength of clutch (Kgm^2/s)

在文件 WheeledVehicleMovementComponentNW.h116 行定义.

◆ FinalRatio

float FVehicleNWTransmissionData::FinalRatio

The final gear ratio multiplies the transmission gear ratios.

在文件 WheeledVehicleMovementComponentNW.h100 行定义.

被这些函数引用 GetVehicleGearSetup().

◆ ForwardGears

TArray<FVehicleNWGearData> FVehicleNWTransmissionData::ForwardGears

Forward gear ratios (up to 30)

在文件 WheeledVehicleMovementComponentNW.h104 行定义.

被这些函数引用 GetVehicleAutoBoxSetup() , 以及 GetVehicleGearSetup().

◆ GearAutoBoxLatency

float FVehicleNWTransmissionData::GearAutoBoxLatency

Minimum time it takes the automatic transmission to initiate a gear change (seconds)

在文件 WheeledVehicleMovementComponentNW.h96 行定义.

被这些函数引用 GetVehicleAutoBoxSetup().

◆ GearSwitchTime

float FVehicleNWTransmissionData::GearSwitchTime

Time it takes to switch gears (seconds)

在文件 WheeledVehicleMovementComponentNW.h92 行定义.

被这些函数引用 GetVehicleGearSetup().

◆ NeutralGearUpRatio

float FVehicleNWTransmissionData::NeutralGearUpRatio

Value of engineRevs/maxEngineRevs that is high enough to increment gear

在文件 WheeledVehicleMovementComponentNW.h112 行定义.

被这些函数引用 GetVehicleAutoBoxSetup().

◆ ReverseGearRatio

float FVehicleNWTransmissionData::ReverseGearRatio

Reverse gear ratio

在文件 WheeledVehicleMovementComponentNW.h108 行定义.

被这些函数引用 GetVehicleGearSetup().


该结构体的文档由以下文件生成: