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

#include <VehicleParameters.h>

+ FVehicleParameters 的协作图:

Public 属性

FString BaseType
 (可选)用于车辆的基本分类(汽车/卡车/货车/自行车/摩托车)
 
TSubclassOf< ACarlaWheeledVehicleClass
 
int32 Generation = 0
 
bool HasDynamicDoors = false
 
bool HasLights = false
 
FString Make
 
FString Model
 
int32 NumberOfWheels = 4
 
FString ObjectType
 (可选)用于车辆的自定义分类
 
TArray< FColor > RecommendedColors
 
FString SpecialType
 (可选)用于对车辆进行更深入的分类(电动/应急/出租车等)
 
TArray< int32 > SupportedDrivers
 此车辆支持的驾驶员(行人)的ID列表,如果没有任何驾驶员支持,则留空
 

详细描述

在文件 VehicleParameters.h14 行定义.

类成员变量说明

◆ BaseType

FString FVehicleParameters::BaseType

(可选)用于车辆的基本分类(汽车/卡车/货车/自行车/摩托车)

在文件 VehicleParameters.h39 行定义.

被这些函数引用 UActorBlueprintFunctionLibrary::MakeIMUDefinition().

◆ Class

TSubclassOf<ACarlaWheeledVehicle> FVehicleParameters::Class

在文件 VehicleParameters.h25 行定义.

被这些函数引用 UActorBlueprintFunctionLibrary::MakeIMUDefinition().

◆ Generation

int32 FVehicleParameters::Generation = 0

在文件 VehicleParameters.h31 行定义.

被这些函数引用 UActorBlueprintFunctionLibrary::MakeIMUDefinition().

◆ HasDynamicDoors

bool FVehicleParameters::HasDynamicDoors = false

在文件 VehicleParameters.h46 行定义.

被这些函数引用 UActorBlueprintFunctionLibrary::MakeIMUDefinition().

◆ HasLights

bool FVehicleParameters::HasLights = false

在文件 VehicleParameters.h49 行定义.

被这些函数引用 UActorBlueprintFunctionLibrary::MakeIMUDefinition().

◆ Make

FString FVehicleParameters::Make

在文件 VehicleParameters.h19 行定义.

被这些函数引用 UActorBlueprintFunctionLibrary::MakeIMUDefinition().

◆ Model

FString FVehicleParameters::Model

在文件 VehicleParameters.h22 行定义.

被这些函数引用 UActorBlueprintFunctionLibrary::MakeIMUDefinition().

◆ NumberOfWheels

int32 FVehicleParameters::NumberOfWheels = 4

在文件 VehicleParameters.h28 行定义.

被这些函数引用 UActorBlueprintFunctionLibrary::MakeIMUDefinition().

◆ ObjectType

FString FVehicleParameters::ObjectType

(可选)用于车辆的自定义分类

在文件 VehicleParameters.h35 行定义.

被这些函数引用 UActorBlueprintFunctionLibrary::MakeIMUDefinition().

◆ RecommendedColors

TArray<FColor> FVehicleParameters::RecommendedColors

在文件 VehicleParameters.h52 行定义.

被这些函数引用 UActorBlueprintFunctionLibrary::MakeIMUDefinition().

◆ SpecialType

FString FVehicleParameters::SpecialType

(可选)用于对车辆进行更深入的分类(电动/应急/出租车等)

在文件 VehicleParameters.h43 行定义.

被这些函数引用 UActorBlueprintFunctionLibrary::MakeIMUDefinition().

◆ SupportedDrivers

TArray<int32> FVehicleParameters::SupportedDrivers

此车辆支持的驾驶员(行人)的ID列表,如果没有任何驾驶员支持,则留空

在文件 VehicleParameters.h56 行定义.

被这些函数引用 UActorBlueprintFunctionLibrary::MakeIMUDefinition().


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