# Sandbox.ParticleEffect.ParticleBounds

```csharp
BBox ParticleBounds { get; set; }
```

The bounding box that encompasses all active particles.
This is useful for determining the spatial extent of the particle effect.

Declared in [Sandbox.ParticleEffect](/api/Sandbox.ParticleEffect).
Assembly: `Sandbox.Engine`.
