# supportsMultisampledTextures

> Returns a value of 1 or higher if multisampled textures are supported. (Read Only)

## Definition

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

```csharp
public static int supportsMultisampledTextures { get; }
```

### Remarks

The property returns a value of 1 or higher if multisampled textures are supported, or a value of 0 if they are not supported.

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