# Sandbox.PhysicsBody.SpeculativeContactEnabled

```csharp
bool SpeculativeContactEnabled { get; set; }
```

> **Obsolete.** No longer exists

If enabled, this physics body will move slightly ahead each frame based on its velocities.

Declared in [Sandbox.PhysicsBody](/api/Sandbox.PhysicsBody).
Assembly: `Sandbox.Engine`.
