MCPcopy 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
729Box3F NavMesh::getTileBox(U32 id)
730{
731 if(mBuilding || id >= mTiles.size())
732 return Box3F::Invalid;
733 return mTiles[id].box;
734}
735
736void NavMesh::updateTiles(bool dirty)
737{

Callers 1

renderSceneMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected