Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


EnableScissorRect(Rect)

Add a command to enable the hardware scissor rectangle.
Read time 1 minuteLast updated 4 days ago

Definition

public void EnableScissorRect(Rect scissor)

Parameters

scissor

Viewport rectangle in pixel coordinates.

Remarks

This command can be used to clip regions of the screen from rendering.
Additional Resources: CommandBuffer.DisableScissorRect.