Enum MaterialSharedProperty
Display material properties shared between all material types.
Namespace: UnityEngine.Rendering.HighDefinition.Attributes
Syntax
public enum MaterialSharedProperty
Fields
Name | Description | Value |
---|---|---|
None | No shared properties debug. |
0 |
Albedo | Display albedo. |
1 |
Normal | Display normal. |
2 |
Smoothness | Display smoothness. |
3 |
AmbientOcclusion | Display ambient occlusion (N/A for AxF). |
4 |
Metal | Display metal (N/A for AxF). |
5 |
Specular | Display the specular color (fresnel0). For materials using the metallic property, the corresponding fresnel0 term is displayed. (N/A for Unlit). |
6 |
Alpha | Display alpha. |
7 |