# supportsMultisampled2DArrayTextures

> Boolean that indicates whether multisampled texture arrays are supported (true if supported, false if not supported).

## Definition

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

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

### Remarks

Additional Resources: [Texture2DArray](/engine/6000.0/script-reference/unityengine/texture2darray.md) class and [RenderTexture.bindTextureMS](/engine/6000.0/script-reference/unityengine/rendertexture/bindtexturems.md).
