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