# Sandbox.Rigidbody.Touching

```csharp
IEnumerable<Collider> Touching { get; set; }
```

This is a list of all of the triggers that we are touching.

Declared in [Sandbox.Rigidbody](/api/Sandbox.Rigidbody).
Assembly: `Sandbox.Engine`.
