# SetUpdateZones(CustomRenderTextureUpdateZone[])

> Setup the list of Update Zones for the Custom Render Texture.

## Definition

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

```csharp
public void SetUpdateZones(CustomRenderTextureUpdateZone[] updateZones)
```

### Parameters

**** (\[CustomRenderTextureUpdateZone\[]]\(/engine/6000.0/script-reference/unityengine/customrendertextureupdatezone)):&#x20;

### Remarks

Additional Resources: [CustomRenderTextureUpdateZone](/engine/6000.0/script-reference/unityengine/customrendertextureupdatezone.md).
