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.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.Physics |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Physics.FixedJoint |