# wrapModeW

> Texture W coordinate wrapping mode for Texture3D.

## Definition

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

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

### Remarks

Controls wrapping mode along Texture W (depth, only relevant for [Texture3D](/engine/6000.0/script-reference/unityengine/texture3d.md)) 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).
