Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetNavMeshQuery
Function
GetNavMeshQuery
Source/Engine/Navigation/NavMeshRuntime.h:100–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
dtNavMeshQuery* GetNavMeshQuery() const
101
{
102
return _navMeshQuery;
103
}
104
105
int32 GetTilesCapacity() const;
106
Callers
7
FindDistanceToWall
Method · 0.85
FindPath
Method · 0.85
TestPath
Method · 0.85
FindClosestPoint
Method · 0.85
FindRandomPoint
Method · 0.85
FindRandomPointAroundCircle
Method · 0.85
RayCast
Method · 0.85
Calls
no outgoing calls
Tested by
1
TestPath
Method · 0.68