MCPcopy 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
94void ax::NavMeshAgent::setNavMeshQuery(dtNavMeshQuery* query)
95{
96 _navMeshQuery = query;
97}
98
99void ax::NavMeshAgent::removeFrom(dtCrowd* crowed)
100{

Callers 2

removeNavMeshAgentMethod · 0.80
addNavMeshAgentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected