public void EnableScissorRect (Rect scissor);

파라미터

scissorViewport 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.