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

Method reset

Engine/source/T3D/rigidShape.cpp:1810–1814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1808}
1809
1810void RigidShape::reset()
1811{
1812 mRigid.clearForces();
1813 mRigid.setAtRest();
1814}
1815
1816void RigidShape::freezeSim(bool frozen)
1817{

Callers 1

rigidShape.cppFile · 0.45

Calls 2

setAtRestMethod · 0.80
clearForcesMethod · 0.45

Tested by

no test coverage detected