Enum DebugViewProperties
Debug view for material properties.
Namespace: UnityEngine.Rendering.HighDefinition.Attributes
Syntax
public enum DebugViewProperties
Fields
| Name | Description | Value |
|---|---|---|
| None | No property debug. |
0 |
| Tessellation | Display materials with tessellation. |
16 |
| PixelDisplacement | Display materials with pixel displacement. |
17 |
| VertexDisplacement | Display materials with vertex displacement. |
18 |
| TessellationDisplacement | Display materials with tessellation displacement. |
19 |
| DepthOffset | Display materials with depth offset. |
20 |
| Lightmap | Display materials with Lightmaps. |
21 |
| Instancing | Display materials using instancing. |
22 |