<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@three3d/volume](./volume.md) &gt; [SliceMesh](./volume.slicemesh.md) &gt; [map](./volume.slicemesh.map.md)

## SliceMesh.map property

三维的纹理

**Signature:**

```typescript
get map(): import("@three3d/tools").Texture3D | null;

set map(value: import("@three3d/tools").Texture3D | null);
```
