Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Camera.RenderRequest

A request that can be used for making specific rendering requests.
Read time 1 minuteLast updated 3 days ago

Definition

  • Type: Struct
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
Warning
Removed. The RenderRequest struct is obsolete, use the function overload with RequestData of supported types such as RenderPipeline.StandardRequest
public struct Camera.RenderRequest

Remarks

You can use a RenderRequest and ProcessRenderRequests to request a specific set of RenderRexture resuls. This is useful for custom scene tooling and baking.

Properties

Property

Description

isValidIs this request properly formed.
modeThe type of request.
outputSpaceDefines in which space render requests will be be outputted.
resultThe result of the request.