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

Method disableCollision

Engine/source/T3D/rigidShape.cpp:1079–1082  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1077//-----------------------------------------------------------------------------
1078
1079void RigidShape::disableCollision()
1080{
1081 Parent::disableCollision();
1082}
1083
1084void RigidShape::enableCollision()
1085{

Callers 15

processTickMethod · 0.45
validateEyePointMethod · 0.45
rolloverRayCastMethod · 0.45
onRenderMethod · 0.45
on3DMouseMoveMethod · 0.45
getCameraTransformMethod · 0.45
simulateMethod · 0.45
_testVisibilityMethod · 0.45
_validateEyePointMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected