# type

> The emission type.

## Definition

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

> **Warning:**
>
> **Deprecated.** ParticleSystemEmissionType no longer does anything. Time and Distance based emission are now both always active.

```csharp
public ParticleSystemEmissionType type { get; set; }
```
