# wrapModeU

> Options for sampling a texture if the U texture coordinate is outside the [0, 1] range.

## Definition

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

```csharp
public TextureWrapMode wrapModeU { get; set; }
```

### Remarks

The U texture coordinate represents the horizontal axis.

Additional Resources: [TextureWrapMode](/engine/6000.6/script-reference/unityengine/texturewrapmode.md), [Texture.wrapMode](/engine/6000.6/script-reference/unityengine/texture/wrapmode.md), [Texture assets](/engine/6000.6/manual/materials-and-shaders/textures/textures-reference/class-texture-importer.md).
