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

Method onRemove

Engine/source/T3D/convexShape.cpp:433–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433void ConvexShape::onRemove()
434{
435 removeFromScene();
436
437 mConvexList->nukeList();
438
439 SAFE_DELETE( mPhysicsRep );
440
441 Parent::onRemove();
442}
443
444void ConvexShape::writeFields( Stream &stream, U32 tabStop )
445{

Callers

nothing calls this directly

Calls 1

nukeListMethod · 0.80

Tested by

no test coverage detected