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