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

Method buildTile

Engine/source/navigation/navMesh.cpp:1124–1132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1122}
1123
1124void NavMesh::buildTile(const U32 &tile)
1125{
1126 PROFILE_SCOPE(NavMesh_buildTile);
1127 if(tile < mTiles.size())
1128 {
1129 mDirtyTiles.push_back_unique(tile);
1130 ctx->startTimer(RC_TIMER_TOTAL);
1131 }
1132}
1133
1134void NavMesh::buildLinks()
1135{

Callers

nothing calls this directly

Calls 3

push_back_uniqueMethod · 0.80
sizeMethod · 0.45
startTimerMethod · 0.45

Tested by

no test coverage detected