Enum MaterialId
This enum describes the different "Material Types" supported by the HDRP Lit shader and Lit ShaderGraph.
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public enum MaterialId
Fields
Name | Description |
---|---|
LitAniso | Anisotropic. |
LitColoredTranslucent | Colored Translucent |
LitIridescence | Iridescence. |
LitSSS | Sub-surface scattering. |
LitSpecular | Specular Color. |
LitStandard | Standard. This is the default mode. |
LitTranslucent | Translucent |