Enum MaterialSharedProperty
Display material properties shared between all material types.
Namespace: UnityEngine.Rendering.HighDefinition.Attributes
Syntax
public enum MaterialSharedProperty : int
Fields
| Name | Description | Value |
|---|---|---|
| Albedo | Display albedo. |
|
| Alpha | Display alpha. |
|
| AmbientOcclusion | Display ambient occlusion (N/A for AxF). |
|
| Metal | Display metal (N/A for AxF). |
|
| None | No shared properties debug. |
|
| Normal | Display normal. |
|
| Smoothness | Display smoothness. |
|
| Specular | Display specular. |