![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Defines the location of detail sub-mesh data within a dtMeshTile. More...
#include <DetourNavMesh.h>
Public Attributes | |
| unsigned short | vertBase |
| The offset of the vertices in the dtMeshTile::detailVerts array. | |
| unsigned short | triBase |
| The offset of the triangles in the dtMeshTile::detailTris array. | |
| unsigned char | vertCount |
| The number of vertices in the sub-mesh. | |
| unsigned char | triCount |
| The number of triangles in the sub-mesh. | |
Defines the location of detail sub-mesh data within a dtMeshTile.
The offset of the triangles in the dtMeshTile::detailTris array.
The offset of the vertices in the dtMeshTile::detailVerts array.