EnableScissorRect(Rect)
Add a command to enable the hardware scissor rectangle.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public void EnableScissorRect(Rect scissor)
Parameters
Viewport rectangle in pixel coordinates.
Remarks
This command can be used to clip regions of the screen from rendering.
Additional Resources: CommandBuffer.DisableScissorRect.