# Sandbox.PhysicsBody.EnableSolidCollisions

```csharp
bool EnableSolidCollisions { get; set; }
```

Sets [Sandbox.PhysicsShape.EnableSolidCollisions](/api/Sandbox.PhysicsShape/EnableSolidCollisions) on all shapes of this body.



Returns true if ANY of the physics shapes have solid collisions enabled.

Declared in [Sandbox.PhysicsBody](/api/Sandbox.PhysicsBody).
Assembly: `Sandbox.Engine`.
