# GetSubEmitterProperties(int)

> Gets the properties of the sub-emitter at the given index.

## Definition

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

```csharp
public ParticleSystemSubEmitterProperties GetSubEmitterProperties(int index)
```

### Parameters

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

### Returns

| Type                                                                                                                    | Description                                     |
| ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------- |
| [ParticleSystemSubEmitterProperties](/engine/6000.5/script-reference/unityengine/particlesystemsubemitterproperties.md) | The properties of the sub-emitter at the index. |
