# Sandbox.PhysicsBody.Enabled

```csharp
bool Enabled { get; set; }
```

Whether this body is enabled or not. Disables collisions, physics simulation, touch events, trace queries, etc.

Declared in [Sandbox.PhysicsBody](/api/Sandbox.PhysicsBody).
Assembly: `Sandbox.Engine`.
