Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ removeFrom
Method
removeFrom
core/navmesh/NavMeshAgent.cpp:99–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
void ax::NavMeshAgent::removeFrom(dtCrowd* crowed)
100
{
101
crowed->removeAgent(_agentID);
102
_crowd = nullptr;
103
_agentID = -1;
104
}
105
106
void ax::NavMeshAgent::addTo(dtCrowd* crowed)
107
{
Callers
2
removeNavMeshObstacle
Method · 0.45
removeNavMeshAgent
Method · 0.45
Calls
1
removeAgent
Method · 0.80
Tested by
no test coverage detected