# updateZoneSpace

> The space in which Unity expresses update zones. You can set this to Normalized or Pixel space.

## Definition

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

```csharp
public CustomRenderTextureUpdateZoneSpace updateZoneSpace { get; set; }
```
