MCPcopy 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

FindDistanceToWallMethod · 0.85
FindPathMethod · 0.85
TestPathMethod · 0.85
FindClosestPointMethod · 0.85
FindRandomPointMethod · 0.85
RayCastMethod · 0.85

Calls

no outgoing calls

Tested by 1

TestPathMethod · 0.68