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

Method PhysicsPlugin

Engine/source/T3D/physics/physicsPlugin.cpp:87–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87PhysicsPlugin::PhysicsPlugin()
88{
89 mPhysicsCleanup = new SimSet();
90 mPhysicsCleanup->assignName( "PhysicsCleanupSet" );
91 mPhysicsCleanup->registerObject();
92 Sim::getRootGroup()->addObject( mPhysicsCleanup );
93}
94
95PhysicsPlugin::~PhysicsPlugin()
96{

Callers

nothing calls this directly

Calls 4

getRootGroupFunction · 0.85
assignNameMethod · 0.80
registerObjectMethod · 0.45
addObjectMethod · 0.45

Tested by

no test coverage detected