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

Method onRemove

Engine/source/afx/ce/afxModel.cpp:584–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

582}
583
584void afxModel::onRemove()
585{
586 mSceneManager->removeObjectFromScene(this);
587 getContainer()->removeObject(this);
588 Parent::onRemove();
589}
590
591//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//
592

Callers

nothing calls this directly

Calls 3

removeObjectFromSceneMethod · 0.80
getContainerFunction · 0.50
removeObjectMethod · 0.45

Tested by

no test coverage detected