A definition of a Carla Mesh. 更多...
#include <ProceduralCustomMesh.h>
Public 属性 | |
TArray< FVector > | Normals |
TArray< int32 > | Triangles |
TArray< FVector2D > | UV0 |
TArray< FLinearColor > | VertexColor |
TArray< FVector > | Vertices |
A definition of a Carla Mesh.
在文件 ProceduralCustomMesh.h 第 13 行定义.
TArray<FVector> FProceduralCustomMesh::Normals |
TArray<int32> FProceduralCustomMesh::Triangles |
TArray<FVector2D> FProceduralCustomMesh::UV0 |
在文件 ProceduralCustomMesh.h 第 27 行定义.
被这些函数引用 UMapGenFunctionLibrary::BuildMeshDescriptionFromData().
TArray<FLinearColor> FProceduralCustomMesh::VertexColor |
在文件 ProceduralCustomMesh.h 第 30 行定义.
TArray<FVector> FProceduralCustomMesh::Vertices |