# supportsTextureWrapMirrorOnce

> Returns a value of 1 or higher if the 'Mirror Once' texture wrap mode is supported. (Read Only)

## Definition

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

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

### Remarks

The property returns a value of 1 or higher if the 'Mirror Once' texture wrap mode is supported, or a value of 0 if it is not supported.

Additional Resources: [TextureWrapMode.MirrorOnce](/engine/6000.6/script-reference/unityengine/texturewrapmode/mirroronce.md).
