Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/dtNavMesh
Description
Gets the polygon reference for the tile's base polygon.
Example use case: constdtPolyRefbase=navmesh->getPolyRefBase(tile);for(inti=0;i
| Name | getPolyRefBase |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMesh.h |
| Include Path | #include "Detour/DetourNavMesh.h" |
| Source | /Engine/Source/Runtime/Navmesh/Private/Detour/DetourNavMesh.cpp |
dtPolyRef getPolyRefBase
(
const dtMeshTile * tile
) const
The polygon reference for the base polygon in the specified tile.
Parameters
| Name | Remarks |
|---|---|
| tile | The tile. |