Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ getTile
Method
getTile
Source/ThirdParty/recastnavigation/DetourNavMesh.cpp:1191–1194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1189
}
1190
1191
dtMeshTile* dtNavMesh::getTile(int i)
1192
{
1193
return &m_tiles[i];
1194
}
1195
1196
const dtMeshTile* dtNavMesh::getTile(int i) const
1197
{
Callers
2
findRandomPoint
Method · 0.45
DebugDraw
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected