MCPcopy 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
259void 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

~NavMeshMethod · 0.45
debugDrawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected