# result

> The result of the request.

## Definition

* **Type:** Property
* **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 RenderTexture result { get; }
```

### Remarks

Place a render texture in this field. When the request is submitted this render texture will have the reult.
