# Sandbox.PhysicsJointBuilderExtensions

Fluent configuration methods shared by all physics joint builders.

- Kind: class
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`
- Modifiers: static, abstract, sealed, extension

## Methods

- [`WithAngularStrength`](/api/Sandbox.PhysicsJointBuilderExtensions/WithAngularStrength): Sets the joint's breaking torque.
- [`WithBody1`](/api/Sandbox.PhysicsJointBuilderExtensions/WithBody1): Sets the first connected body.
- [`WithBody2`](/api/Sandbox.PhysicsJointBuilderExtensions/WithBody2): Sets the second connected body.
- [`WithCollision`](/api/Sandbox.PhysicsJointBuilderExtensions/WithCollision): Sets whether the connected bodies can collide.
- [`WithFrame1`](/api/Sandbox.PhysicsJointBuilderExtensions/WithFrame1): Sets the joint frame in the first body's local space.
- [`WithFrame2`](/api/Sandbox.PhysicsJointBuilderExtensions/WithFrame2): Sets the joint frame in the second body's local space.
- [`WithLinearStrength`](/api/Sandbox.PhysicsJointBuilderExtensions/WithLinearStrength): Sets the joint's breaking force.
