Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/DetourTileCache
References
| Module | Navmesh |
| Header | /Engine/Source/Runtime/Navmesh/Public/DetourTileCache/DetourTileCacheBuilder.h |
| Include | #include "DetourTileCache/DetourTileCacheBuilder.h" |
Syntax
struct dtTileCachePolyMeshDetail
Variables
| Type | Name | Description | |
|---|---|---|---|
| unsigned int * | meshes | The sub-mesh data. [Size: 4*nmeshes]. | |
| int | nmeshes | The number of sub-meshes defined by meshes. | |
| int | ntris | The number of triangles in tris. | |
| int | nverts | The number of vertices in verts. | |
| unsigned char * | tris | The mesh triangles. [Size: 4*ntris]. | |
| dtReal * | verts | The mesh vertices. [Size: 3*nverts]. |