Enum DebugFullScreen
Output a specific debug mode.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum DebugFullScreen
Fields
Name | Description | Value |
---|---|---|
None | No debug output. |
0 |
Depth | Depth buffer. |
1 |
ScreenSpaceAmbientOcclusion | Screen space ambient occlusion buffer. |
2 |
MotionVectors | Motion vectors buffer. |
3 |
WorldSpacePosition | The world space position of visible surfaces. |
4 |