| 452 | } |
| 453 | |
| 454 | void NavMeshRuntime::RemoveTiles(NavMesh* navMesh) |
| 455 | { |
| 456 | RemoveTiles(IsTileFromScene, navMesh); |
| 457 | } |
| 458 | |
| 459 | void NavMeshRuntime::RemoveTile(int32 x, int32 y, int32 layer) |
| 460 | { |
nothing calls this directly
no test coverage detected