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

Method buildTile

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

Source from the content-addressed store, hash-verified

1123}
1124
1125void NavMesh::buildTile(const U32 &tile)
1126{
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