MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / getMaxTiles

Method getMaxTiles

Source/ThirdParty/recastnavigation/DetourNavMesh.cpp:1168–1171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1166}
1167
1168int dtNavMesh::getMaxTiles() const
1169{
1170 return m_maxTiles;
1171}
1172
1173void dtNavMesh::purge()
1174{

Callers 3

findRandomPointMethod · 0.80
GetTilesCapacityMethod · 0.80
DebugDrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected