# GetUpdateZones(List<CustomRenderTextureUpdateZone>)

> Returns the list of Update Zones.

## Definition

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

```csharp
public void GetUpdateZones(List<CustomRenderTextureUpdateZone> updateZones)
```

### Parameters

**** (\[List\<CustomRenderTextureUpdateZone>]\(https\://learn.microsoft.com/dotnet/api/system.collections.generic.list-1)): Output list of Update Zones.

### Remarks

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