Struct SimpleLitGUI.SimpleLitProperties
Container for the properties used in the SimpleLitGUI editor script.
Inherited Members
Namespace: UnityEditor.Rendering.Universal.ShaderGUI
Assembly: Unity.RenderPipelines.Universal.Editor.dll
Syntax
public struct SimpleLitGUI.SimpleLitProperties
Constructors
| Name | Description |
|---|---|
| SimpleLitProperties(MaterialProperty[]) | Constructor for the |
Fields
| Name | Description |
|---|---|
| bumpMapProp | The MaterialProperty for normal map. |
| smoothness | The MaterialProperty for smoothness value. |
| smoothnessMapChannel | The MaterialProperty for smoothness alpha channel. |
| specColor | The MaterialProperty for specular color. |
| specGlossMap | The MaterialProperty for specular smoothness map. |
| specHighlights | The MaterialProperty for specular highlights. |