Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/Detour
References
| Module | Navmesh |
| Header | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMesh.h |
| Include | #include "Detour/DetourNavMesh.h" |
Syntax
struct dtPolyDetail
Remarks
Defines the location of detail sub-mesh data within a dtMeshTile.
Variables
| Type | Name | Description | |
|---|---|---|---|
| unsigned short | triBase | The offset of the triangles in the dtMeshTile::detailTris array. | |
| unsigned char | triCount | The number of triangles in the sub-mesh. | |
| unsigned short | vertBase | The offset of the vertices in the dtMeshTile::detailVerts array. | |
| unsigned char | vertCount | The number of vertices in the sub-mesh. |