# CustomRenderTextureUpdateZoneSpace

> Space in which coordinates are provided for Update Zones.

## Definition

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

```csharp
public enum CustomRenderTextureUpdateZoneSpace
```

## Remarks

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

## Fields

| Value                                                                                                      | Description                                                                              |
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| [Normalized](/engine/6000.0/script-reference/unityengine/customrendertextureupdatezonespace/normalized.md) | Coordinates are normalized. (0, 0) is top left and (1, 1) is bottom right.               |
| [Pixel](/engine/6000.0/script-reference/unityengine/customrendertextureupdatezonespace/pixel.md)           | Coordinates are expressed in pixels. (0, 0) is top left (width, height) is bottom right. |
