API ReferenceSandbox.Physics
public class Sandbox.Physics.HingeJoint : Sandbox.Physics.PhysicsJoint
A hinge-like constraint.
Properties
Showing 6 properties
public float Sandbox.Physics.HingeJoint.Angle { get; set; }
public float Sandbox.Physics.HingeJoint.Friction { get; set; }
Hinge friction.
public float Sandbox.Physics.HingeJoint.MaxAngle { get; set; }
Maximum angle it should be allowed to go
public float Sandbox.Physics.HingeJoint.MinAngle { get; set; }
Minimum angle it should be allowed to go
public float Sandbox.Physics.HingeJoint.Speed { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.Physics |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Physics.HingeJoint |