Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
368
NavMeshRuntime* BehaviorTreeMoveToNode::GetNavMesh(Actor* agent) const
369
{
370
return NavMeshRuntime::Get();
371
}
372
373
void BehaviorTreeMoveToNode::GetAgentSize(Actor* agent, float& outRadius, float& outHeight) const
374
{
Callers
1
Init
Method · 0.80
Calls
1
Get
Function · 0.70
Tested by
no test coverage detected