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

Method GetNavMesh

Source/Engine/AI/BehaviorTreeNodes.cpp:368–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368NavMeshRuntime* BehaviorTreeMoveToNode::GetNavMesh(Actor* agent) const
369{
370 return NavMeshRuntime::Get();
371}
372
373void BehaviorTreeMoveToNode::GetAgentSize(Actor* agent, float& outRadius, float& outHeight) const
374{

Callers 1

InitMethod · 0.80

Calls 1

GetFunction · 0.70

Tested by

no test coverage detected