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

Method GetTilesCapacity

Source/Engine/Navigation/NavMeshRuntime.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getMaxTilesMethod · 0.80

Tested by

no test coverage detected