# gridResolutionZ

> The 3D grid resolution on the z-axis.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.5/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

> **Warning:**
>
> **Deprecated.** The Light Probe Proxy Volume component is deprecated now that the Built-In Render Pipeline is deprecated. To use an alternative, refer to the documentation in the component help icon. #from(6000.5)

```csharp
public int gridResolutionZ { get; set; }
```

### Remarks

This property is used only when the [LightProbeProxyVolume.resolutionMode](/engine/6000.5/script-reference/unityengine/lightprobeproxyvolume/resolutionmode-1.md) is set to **Custom**. The final resolution will be the closest power of 2.
