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

Method onRemove

Engine/source/navigation/navMesh.cpp:379–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377}
378
379void NavMesh::onRemove()
380{
381 if(getEventManager())
382 getEventManager()->postEvent("NavMeshRemoved", getIdString());
383
384 removeFromScene();
385
386 Parent::onRemove();
387}
388
389void NavMesh::setTransform(const MatrixF &mat)
390{

Callers

nothing calls this directly

Calls 1

postEventMethod · 0.45

Tested by

no test coverage detected