# particleCount

> The current number of particles (Read Only). The number doesn't include particles of child Particle Systems

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.ParticleSystemModule

```csharp
public int particleCount { get; }
```
