Struct LitGUI.LitProperties
Container for the properties used in the LitGUI
editor script.
Inherited Members
Namespace: UnityEditor .Rendering.Universal.ShaderGUI
Assembly: Unity.RenderPipelines.Universal.Editor.dll
Syntax
public struct LitGUI.LitProperties
Constructors
Name | Description |
---|---|
Lit |
Constructor for the |
Fields
Name | Description |
---|---|
bump |
The MaterialProperty for normal map. |
bump |
The MaterialProperty for normal map scale. |
clear |
The MaterialProperty for enabling/disabling clear coat. |
clear |
The MaterialProperty for clear coat map. |
clear |
The MaterialProperty for clear coat mask. |
clear |
The MaterialProperty for clear coat smoothness. |
highlights | The MaterialProperty for specular highlights. |
metallic | The MaterialProperty for metallic value. |
metallic |
The MaterialProperty for metallic Smoothness map. |
occlusion |
The MaterialProperty for occlusion map. |
occlusion |
The MaterialProperty for occlusion strength. |
parallax |
The MaterialProperty for height map. |
parallax |
The MaterialProperty for height map scale. |
reflections | The MaterialProperty for environment reflections. |
smoothness | The MaterialProperty for smoothness value. |
smoothness |
The MaterialProperty for smoothness alpha channel. |
spec |
The MaterialProperty for specular color. |
spec |
The MaterialProperty for specular smoothness map. |
workflow |
The MaterialProperty for workflow mode. |