Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


outputSpace

Defines in which space render requests will be be outputted.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Property
  • 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 Camera.RenderRequestOutputSpace outputSpace { get; }

Remarks

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