s&box docs
API ReferenceSandbox.Physics

public class Sandbox.Physics.FixedJoint : Sandbox.Physics.PhysicsJoint

A generic "rope" type constraint.

Note

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

Properties

Showing 2 properties

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

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

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

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

Metadata

FieldValue
NamespaceSandbox.Physics
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.Physics.FixedJoint

On this page