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