Version: 2019.3
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.