<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@three3d/volume](./volume.md) &gt; [ImageData3DTextureSlice](./volume.imagedata3dtextureslice.md) &gt; [(constructor)](./volume.imagedata3dtextureslice._constructor_.md)

## ImageData3DTextureSlice.(constructor)

Constructs a new instance of the `ImageData3DTextureSlice` class

**Signature:**

```typescript
constructor(texture: IImageData3 | Texture3D);
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  texture | IImageData3 \| Texture3D |  |

