# wrapModeU

> Texture U coordinate wrapping mode.

## Definition

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

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

### Remarks

Controls wrapping mode along Texture U (horizontal) axis.

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