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

A definition of a Carla Mesh. 更多...

#include <ProceduralCustomMesh.h>

+ FProceduralCustomMesh 的协作图:

Public 属性

TArray< FVector > Normals
 
TArray< int32 > Triangles
 
TArray< FVector2D > UV0
 
TArray< FLinearColor > VertexColor
 
TArray< FVector > Vertices
 

详细描述

A definition of a Carla Mesh.

在文件 ProceduralCustomMesh.h13 行定义.

类成员变量说明

◆ Normals

TArray<FVector> FProceduralCustomMesh::Normals

◆ Triangles

TArray<int32> FProceduralCustomMesh::Triangles

◆ UV0

TArray<FVector2D> FProceduralCustomMesh::UV0

在文件 ProceduralCustomMesh.h27 行定义.

被这些函数引用 UMapGenFunctionLibrary::BuildMeshDescriptionFromData().

◆ VertexColor

TArray<FLinearColor> FProceduralCustomMesh::VertexColor

在文件 ProceduralCustomMesh.h30 行定义.

◆ Vertices

TArray<FVector> FProceduralCustomMesh::Vertices

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