Class DebugOverlay
Utility class for debug overlay coordinates.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public class DebugOverlay
Properties
| Name | Description |
|---|---|
| overlaySize | Current overlay size. |
| x | Current x coordinate. |
| y | Current y coordinate. |
Methods
| Name | Description |
|---|---|
| Next(float) | Increment coordinates to the next overlay and return the current overlay rect. |
| SetViewport(CommandBuffer) | Setup the viewport for the current overlay. |
| StartOverlay(int, int, int, int) | Start rendering overlay. |