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

Method onMount

Engine/source/T3D/shapeBase.cpp:1993–2001  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1991//----------------------------------------------------------------------------
1992
1993void ShapeBase::onMount( SceneObject *obj, S32 node )
1994{
1995 mConvexList->nukeList();
1996
1997 // Are we mounting to a ShapeBase object?
1998 mShapeBaseMount = dynamic_cast<ShapeBase*>( obj );
1999
2000 Parent::onMount( obj, node );
2001}
2002
2003void ShapeBase::onUnmount( SceneObject *obj, S32 node )
2004{

Callers

nothing calls this directly

Calls 1

nukeListMethod · 0.80

Tested by

no test coverage detected