Version: 2019.1 (switch to 2018.3 or 2017.4)
LanguageEnglish
  • C#

CommandBuffer.SetViewport

public void SetViewport(Rect pixelRect);

Parameters

pixelRectViewport rectangle in pixel coordinates.

Description

Add a command to set the rendering viewport.

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.

See Also: SetRenderTarget.

Did you find this page useful? Please give it a rating: