MCPcopy 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
1191dtMeshTile* dtNavMesh::getTile(int i)
1192{
1193 return &m_tiles[i];
1194}
1195
1196const dtMeshTile* dtNavMesh::getTile(int i) const
1197{

Callers 2

findRandomPointMethod · 0.45
DebugDrawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected