Version: 2020.2
언어: 한국어
public void EnableScissorRect (Rect scissor);

파라미터

scissor Viewport rectangle in pixel coordinates.

설명

Add a command to enable the hardware scissor rectangle.

This command can be used to clip regions of the screen from rendering.

See Also: DisableScissorRect.