# Sandbox.PhysicsShape.EnableTouch

```csharp
bool EnableTouch { get; set; }
```

Controls whether this shape can fire touch events for its owning entity. (Entity.StartTouch, Touch and EndTouch)

Declared in [Sandbox.PhysicsShape](/api/Sandbox.PhysicsShape).
Assembly: `Sandbox.Engine`.
