Enum DebugOverlay
A list of debug overlays.
Namespace: UnityEngine.Rendering.PostProcessing
Syntax
public enum DebugOverlay : int
Fields
| Name | Description | Value |
|---|---|---|
| None | No overlay. |
0 |
| Depth | Displays the depth buffer. |
1 |
| Normals | Displays the screen-space normals buffer. |
2 |
| MotionVectors | Displays the screen-space motion vectors. |
3 |
| NANTracker | Dims the screen and displays NaN and Inf pixels with a bright pink color. |
4 |
| ColorBlindnessSimulation | A color blindness simulator. |
5 |
| _ | A menu item separator for the inspector. Do not use. |
6 |
| AmbientOcclusion | Displays the raw ambient occlusion map. |
7 |
| BloomBuffer | Displays the bloom buffer. |
8 |
| BloomThreshold | Displays the thresholded buffer used to generate bloom. |
9 |
| DepthOfField | Displays depth of field helpers. |
10 |