# Sandbox.ParticleEffect.OnPostStep

```csharp
System.Action<float> OnPostStep { get; set; }
```

Called after the particles are stepped.
This allows custom logic to be executed after the simulation advances.

Declared in [Sandbox.ParticleEffect](/api/Sandbox.ParticleEffect).
Assembly: `Sandbox.Engine`.
