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



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