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

Function GetNavMesh

Source/Engine/Navigation/NavMeshRuntime.h:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 dtNavMesh* GetNavMesh() const
96 {
97 return _navMesh;
98 }
99
100 dtNavMeshQuery* GetNavMeshQuery() const
101 {

Callers 2

UpdateMethod · 0.85
DebugDrawMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected