<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@three3d/volume](./volume.md) &gt; [GradientFogPointsMaterial](./volume.gradientfogpointsmaterial.md) &gt; [range](./volume.gradientfogpointsmaterial.range.md)

## GradientFogPointsMaterial.range property

数值的映射区间

**Signature:**

```typescript
get range(): Vector2;

set range(value: Vector2);
```

## Remarks

x 为最小值，y 为最大值

