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

#include <RoadPainterWrapper.h>

+ FDecalsProperties 的协作图:

Public 属性

TArray< UMaterialInstance * > DecalMaterials
 The decals used on the road
 
float DecalMaxScale = 1.0f
 Maximum scale to be applied to the decals
 
float DecalMinScale = 1.0f
 Min scale to be applied to the decals
 
TArray< int32 > DecalNumToSpawn
 How many decals (or material instances) of each, should be applied to the road
 
float DecalRandomYaw = 90.0f
 The decal yaw to be applied randomly
 
FVector DecalScale
 Scale of each decal on the road
 
FVector FixedDecalOffset
 Min offset from one decal to another
 
float RandomOffset = 3.0f
 Random offset from one decal to another
 

详细描述

在文件 RoadPainterWrapper.h14 行定义.

类成员变量说明

◆ DecalMaterials

TArray<UMaterialInstance*> FDecalsProperties::DecalMaterials

The decals used on the road

在文件 RoadPainterWrapper.h20 行定义.

被这些函数引用 ARoadPainterWrapper::ReadConfigFile().

◆ DecalMaxScale

float FDecalsProperties::DecalMaxScale = 1.0f

Maximum scale to be applied to the decals

在文件 RoadPainterWrapper.h36 行定义.

被这些函数引用 ARoadPainterWrapper::ReadConfigFile().

◆ DecalMinScale

float FDecalsProperties::DecalMinScale = 1.0f

Min scale to be applied to the decals

在文件 RoadPainterWrapper.h40 行定义.

被这些函数引用 ARoadPainterWrapper::ReadConfigFile().

◆ DecalNumToSpawn

TArray<int32> FDecalsProperties::DecalNumToSpawn

How many decals (or material instances) of each, should be applied to the road

在文件 RoadPainterWrapper.h24 行定义.

被这些函数引用 ARoadPainterWrapper::ReadConfigFile().

◆ DecalRandomYaw

float FDecalsProperties::DecalRandomYaw = 90.0f

The decal yaw to be applied randomly

在文件 RoadPainterWrapper.h44 行定义.

被这些函数引用 ARoadPainterWrapper::ReadConfigFile().

◆ DecalScale

FVector FDecalsProperties::DecalScale

Scale of each decal on the road

在文件 RoadPainterWrapper.h28 行定义.

被这些函数引用 ARoadPainterWrapper::ReadConfigFile().

◆ FixedDecalOffset

FVector FDecalsProperties::FixedDecalOffset

Min offset from one decal to another

在文件 RoadPainterWrapper.h32 行定义.

被这些函数引用 ARoadPainterWrapper::ReadConfigFile().

◆ RandomOffset

float FDecalsProperties::RandomOffset = 3.0f

Random offset from one decal to another

在文件 RoadPainterWrapper.h48 行定义.

被这些函数引用 ARoadPainterWrapper::ReadConfigFile().


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