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 specular.  | 
6 | 
| Alpha | Display alpha.  | 
7 |