Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ clear
Method
clear
core/navmesh/NavMeshDebugDraw.cpp:259–267 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
257
}
258
259
void NavMeshDebugDraw::clear()
260
{
261
_vertices.clear();
262
for (auto&& iter : _primitiveList)
263
{
264
delete iter;
265
}
266
_primitiveList.clear();
267
}
268
269
}
270
Callers
2
~NavMesh
Method · 0.45
debugDraw
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected