Version: 2022.3
언어: 한국어
public void SetViewport (Rect pixelRect);

파라미터

pixelRect Viewport rectangle in pixel coordinates.

설명

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.