# Sandbox.PhysicsBody.SmoothRotate

```csharp
void SmoothRotate(in Rotation rotation, float smoothTime, float timeDelta)
```

Rotate the body to this position in a way that cooperates with the physics system.

### Parameters

- `in rotation` (`Rotation`)
- `smoothTime` (`float`)
- `timeDelta` (`float`)

Declared in [Sandbox.PhysicsBody](/api/Sandbox.PhysicsBody).
Assembly: `Sandbox.Engine`.
