Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1810
void RigidShape::reset()
1811
{
1812
mRigid.clearForces();
1813
mRigid.setAtRest();
1814
}
1815
1816
void RigidShape::freezeSim(bool frozen)
1817
{
Callers
1
rigidShape.cpp
File · 0.45
Calls
2
setAtRest
Method · 0.80
clearForces
Method · 0.45
Tested by
no test coverage detected