SetViewport(Rect)
Add a command to set the rendering viewport.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public void SetViewport(Rect pixelRect)
Parameters
Viewport rectangle in pixel coordinates.
Remarks
By default after render target changes the viewport is set to encompass the whole render target. This command can be used to limit further rendering to the specified pixel rectangle.
Additional Resources: CommandBuffer.SetRenderTarget.