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
SimpleLitProperties(MaterialProperty[])
Constructor for the SimpleLitProperties
container struct.
Declaration
public SimpleLitProperties(MaterialProperty[] properties)
Parameters
Type | Name | Description |
---|---|---|
Material |
properties |
Fields
bumpMapProp
The MaterialProperty for normal map.
Declaration
public MaterialProperty bumpMapProp
Field Value
Type | Description |
---|---|
Material |
smoothness
The MaterialProperty for smoothness value.
Declaration
public MaterialProperty smoothness
Field Value
Type | Description |
---|---|
Material |
smoothnessMapChannel
The MaterialProperty for smoothness alpha channel.
Declaration
public MaterialProperty smoothnessMapChannel
Field Value
Type | Description |
---|---|
Material |
specColor
The MaterialProperty for specular color.
Declaration
public MaterialProperty specColor
Field Value
Type | Description |
---|---|
Material |
specGlossMap
The MaterialProperty for specular smoothness map.
Declaration
public MaterialProperty specGlossMap
Field Value
Type | Description |
---|---|
Material |
specHighlights
The MaterialProperty for specular highlights.
Declaration
public MaterialProperty specHighlights
Field Value
Type | Description |
---|---|
Material |