The SpringJoint class in the Sandbox.Physics
namespace represents a rope-like constraint that exhibits springy or bouncy behavior. It is a type of PhysicsJoint used to simulate spring dynamics in a physics environment.
The SpringJoint class in the Sandbox.Physics
namespace represents a rope-like constraint that exhibits springy or bouncy behavior. It is a type of PhysicsJoint used to simulate spring dynamics in a physics environment.
Member Name | Summary |
---|---|
SpringLinear | How springy and tight the joint will be. |
MaxLength | Maximum length it should be allowed to go. |
MinLength | Minimum length it should be allowed to go. At which point it acts a bit like a rod. |
ReferenceMass | You shouldn't really ever need to change this, the default works out what the reference mass should be based on actual physics. |