# Sandbox.PhysicsBodyBuilder.AddSphere

```csharp
PhysicsBodyBuilder AddSphere(Sphere sphere, System.Nullable<Transform> transform = null)
```

### Parameters

- `sphere` (`Sphere`)
- `transform` (`System.Nullable<Transform>`), default `null`

### Returns

`PhysicsBodyBuilder`

Declared in [Sandbox.PhysicsBodyBuilder](/api/Sandbox.PhysicsBodyBuilder).
Assembly: `Sandbox.Engine`.
