# supportsMultisampledBackBuffer

> A boolean property that indicates whether multi-sampled back buffer is supported ( true if supported, false if not supported).

## Definition

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

```csharp
public static bool supportsMultisampledBackBuffer { get; }
```

### Remarks

Multi-sampled back buffer is only supported with the Player on Android and Apple devices. If it's supported, you can select the number of samples by using [Screen.SetMSAASamples](/engine/6000.7/script-reference/unityengine/screen/setmsaasamples.md).
