# wrapModeV

> Texture V coordinate wrapping mode.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

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

### Remarks

Controls wrapping mode along texture V (vertical) axis.

Additional Resources: [Texture.wrapModeV](/engine/6000.7/script-reference/unityengine/texture/wrapmodev.md), [TextureImporter.wrapMode](/engine/6000.7/script-reference/unityeditor/textureimporter/wrapmode.md), [texture assets](/engine/6000.7/manual/materials-and-shaders/textures/textures-reference/class-texture-importer.md).
