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

Method RemoveTiles

Source/Engine/Navigation/NavMeshRuntime.cpp:454–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452}
453
454void NavMeshRuntime::RemoveTiles(NavMesh* navMesh)
455{
456 RemoveTiles(IsTileFromScene, navMesh);
457}
458
459void NavMeshRuntime::RemoveTile(int32 x, int32 y, int32 layer)
460{

Callers

nothing calls this directly

Calls 5

dtStatusFailedFunction · 0.85
getTileRefAtMethod · 0.80
CountMethod · 0.45
removeTileMethod · 0.45
RemoveAtMethod · 0.45

Tested by

no test coverage detected