MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / eraseLinks

Method eraseLinks

Engine/source/navigation/navMesh.cpp:550–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548}
549
550void NavMesh::eraseLinks()
551{
552 mLinkVerts.clear();
553 mLinksUnsynced.clear();
554 mLinkRads.clear();
555 mLinkDirs.clear();
556 mLinkAreas.clear();
557 mLinkFlags.clear();
558 mLinkIDs.clear();
559 mLinkSelectStates.clear();
560 mDeleteLinks.clear();
561}
562
563void NavMesh::setLinkCount(U32 c)
564{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected