# GetSubEmitterSystem(int)

> Gets the sub-emitter Particle System at the given index.

## Definition

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

```csharp
public ParticleSystem GetSubEmitterSystem(int index)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): The index of the desired sub-emitter.

### Returns

| Type                                                                            | Description                   |
| ------------------------------------------------------------------------------- | ----------------------------- |
| [ParticleSystem](/engine/6000.5/script-reference/unityengine/particlesystem.md) | The sub-emitter at the index. |
