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
enum dtTileFlags
{
DT_TILE_FREE_DATA = 0x01,
}
Values
| Name | Description |
|---|---|
| DT_TILE_FREE_DATA | The navigation mesh owns the tile memory and is responsible for freeing it. |
Remarks
Tile flags used for various functions and fields. For an example, see dtNavMesh::addTile().