API ReferenceSandbox.Physics
public class Sandbox.Physics.BallSocketJoint : Sandbox.Physics.PhysicsJoint
A ballsocket constraint.
Properties
Showing 5 properties
public float Sandbox.Physics.BallSocketJoint.Friction { get; set; }
Constraint friction.
public Vector2 Sandbox.Physics.BallSocketJoint.SwingLimit { get; set; }
Maximum angle it should be allowed to swing to
public bool Sandbox.Physics.BallSocketJoint.SwingLimitEnabled { get; set; }
public Vector2 Sandbox.Physics.BallSocketJoint.TwistLimit { get; set; }
public bool Sandbox.Physics.BallSocketJoint.TwistLimitEnabled { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.Physics |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Physics.BallSocketJoint |