Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ setNavMeshQuery
Method
setNavMeshQuery
core/navmesh/NavMeshAgent.cpp:94–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
void ax::NavMeshAgent::setNavMeshQuery(dtNavMeshQuery* query)
95
{
96
_navMeshQuery = query;
97
}
98
99
void ax::NavMeshAgent::removeFrom(dtCrowd* crowed)
100
{
Callers
2
removeNavMeshAgent
Method · 0.80
addNavMeshAgent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected