# Sandbox.PhysicsBody.EnableTouch

```csharp
bool EnableTouch { get; set; }
```

Enables Touch callbacks on all [PhysicsShapes](/api/Sandbox.PhysicsShape) of this body.
Returns true if ANY of the physics shapes have touch events enabled.

Declared in [Sandbox.PhysicsBody](/api/Sandbox.PhysicsBody).
Assembly: `Sandbox.Engine`.
