Enum DebugOverlay
A list of debug overlays.
Namespace: UnityEngine.Rendering.PostProcessing
Syntax
public enum DebugOverlay
Fields
| Name | Description | 
|---|---|
| _ | |
| AmbientOcclusion | Displays the raw ambient occlusion map.  | 
| BloomBuffer | Displays the bloom buffer.  | 
| BloomThreshold | Displays the thresholded buffer used to generate bloom.  | 
| ColorBlindnessSimulation | A color blindness simulator.  | 
| Depth | Displays the depth buffer.  | 
| DepthOfField | Displays depth of field helpers.  | 
| MotionVectors | Displays the screen-space motion vectors.  | 
| NANTracker | Dims the screen and displays NaN and Inf pixels with a bright pink color.  | 
| None | No overlay.  | 
| Normals | Displays the screen-space normals buffer.  |