API ReferenceSandbox.Physics

FixedJointclass

A generic "rope" type constraint.

objectPhysicsJointFixedJoint
Namespace
Sandbox.Physics
Assembly
Sandbox.Engine
Declaration
public class Sandbox.Physics.FixedJoint : Sandbox.Physics.PhysicsJoint

Note

TODO: How is this different from `Sandbox.Physics.SpringJoint`? Should they be merged?

Properties2

Showing 2 properties

public Sandbox.Physics.PhysicsSpring Sandbox.Physics.FixedJoint.SpringAngular { get; set; }PUBLICGETSET

How springy and tight the joint will be in its rotation.

Returns:PhysicsSpring

public Sandbox.Physics.PhysicsSpring Sandbox.Physics.FixedJoint.SpringLinear { get; set; }PUBLICGETSET

How springy and tight the joint will be in its movement.

Returns:PhysicsSpring

On this page