Class DebugOverlay
Utility class for debug overlay coordinates.
Inherited Members
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
[Obsolete("Please use UnityEngine.Rendering.DebugOverlay")]
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.  |