# spatializePostEffects

> Determines if the spatializer effect is inserted before or after the effect filters.

## Definition

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

```csharp
public bool spatializePostEffects { get; set; }
```

### Remarks

This flag only has an effect if the spatialize flag is enabled on the AudioSource. See [AudioSource.spatialize](/engine/6000.6/script-reference/unityengine/audiosource/spatialize.md) for further information about spatialization.
