public void EnableScissorRect (Rect scissor);

Parámetros

scissorViewport rectangle in pixel coordinates.

Descripción

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.