Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getTileBox
Method
getTileBox
Engine/source/navigation/navMesh.cpp:729–734 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
727
}
728
729
Box3F NavMesh::getTileBox(U32 id)
730
{
731
if(mBuilding || id >= mTiles.size())
732
return Box3F::Invalid;
733
return mTiles[id].box;
734
}
735
736
void NavMesh::updateTiles(bool dirty)
737
{
Callers
1
renderScene
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected