| 57 | } |
| 58 | |
| 59 | int32 NavMeshRuntime::GetTilesCapacity() const |
| 60 | { |
| 61 | return _navMesh ? _navMesh->getMaxTiles() : 0; |
| 62 | } |
| 63 | |
| 64 | bool NavMeshRuntime::FindDistanceToWall(const Vector3& startPosition, NavMeshHit& hitInfo, float maxDistance) const |
| 65 | { |
nothing calls this directly
no test coverage detected