# Camera.RenderRequestOutputSpace

> Defines in which space render requests will be be outputted.

## Definition

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

> **Warning:**
>
> **Removed.** The RenderRequest struct is obsolete, use the function overload with RequestData of supported types such as RenderPipeline.StandardRequest

```csharp
public enum Camera.RenderRequestOutputSpace
```

## Remarks

Default is ScreenSpace, but it is also possible to output in UV space.

## Fields

| Value                                                                                                     | Description                                                                        |
| --------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| [ScreenSpace](/engine/6000.0/script-reference/unityengine/camera/renderrequestoutputspace/screenspace.md) | RenderRequests will be rendered in screenspace from the perspective of the camera. |
| [UV0](/engine/6000.0/script-reference/unityengine/camera/renderrequestoutputspace/uv0.md)                 | RenderRequests will be outputted in UV 0 space of the rendered mesh.               |
| [UV1](/engine/6000.0/script-reference/unityengine/camera/renderrequestoutputspace/uv1.md)                 | RenderRequests will be outputted in UV 1 space of the rendered mesh.               |
| [UV2](/engine/6000.0/script-reference/unityengine/camera/renderrequestoutputspace/uv2.md)                 | RenderRequests will be outputted in UV 2 space of the rendered mesh.               |
| [UV3](/engine/6000.0/script-reference/unityengine/camera/renderrequestoutputspace/uv3.md)                 | RenderRequests will be outputted in UV 3 space of the rendered mesh.               |
| [UV4](/engine/6000.0/script-reference/unityengine/camera/renderrequestoutputspace/uv4.md)                 | RenderRequests will be outputted in UV 4 space of the rendered mesh.               |
| [UV5](/engine/6000.0/script-reference/unityengine/camera/renderrequestoutputspace/uv5.md)                 | RenderRequests will be outputted in UV 5 space of the rendered mesh.               |
| [UV6](/engine/6000.0/script-reference/unityengine/camera/renderrequestoutputspace/uv6.md)                 | RenderRequests will be outputted in UV 6 space of the rendered mesh.               |
| [UV7](/engine/6000.0/script-reference/unityengine/camera/renderrequestoutputspace/uv7.md)                 | RenderRequests will be outputted in UV 7 space of the rendered mesh.               |
| [UV8](/engine/6000.0/script-reference/unityengine/camera/renderrequestoutputspace/uv8.md)                 | RenderRequests will be outputted in UV 8 space of the rendered mesh.               |
