# wrapModeW

> Texture W coordinate wrapping mode for Texture3D.

## Definition

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

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

### Remarks

Controls wrapping mode along texture W (depth, only relevant for [Texture3D](/engine/6000.7/script-reference/unityengine/texture3d.md)) axis.

Additional Resources: [Texture.wrapModeW](/engine/6000.7/script-reference/unityengine/texture/wrapmodew.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).
