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
LitProperties(MaterialProperty[])
Constructor for the LitProperties
container struct.
Declaration
public LitProperties(MaterialProperty[] properties)
Parameters
Type | Name | Description |
---|---|---|
Material |
properties |
Fields
bumpMapProp
The MaterialProperty for normal map.
Declaration
public MaterialProperty bumpMapProp
Field Value
Type | Description |
---|---|
Material |
bumpScaleProp
The MaterialProperty for normal map scale.
Declaration
public MaterialProperty bumpScaleProp
Field Value
Type | Description |
---|---|
Material |
clearCoat
The MaterialProperty for enabling/disabling clear coat.
Declaration
public MaterialProperty clearCoat
Field Value
Type | Description |
---|---|
Material |
clearCoatMap
The MaterialProperty for clear coat map.
Declaration
public MaterialProperty clearCoatMap
Field Value
Type | Description |
---|---|
Material |
clearCoatMask
The MaterialProperty for clear coat mask.
Declaration
public MaterialProperty clearCoatMask
Field Value
Type | Description |
---|---|
Material |
clearCoatSmoothness
The MaterialProperty for clear coat smoothness.
Declaration
public MaterialProperty clearCoatSmoothness
Field Value
Type | Description |
---|---|
Material |
highlights
The MaterialProperty for specular highlights.
Declaration
public MaterialProperty highlights
Field Value
Type | Description |
---|---|
Material |
metallic
The MaterialProperty for metallic value.
Declaration
public MaterialProperty metallic
Field Value
Type | Description |
---|---|
Material |
metallicGlossMap
The MaterialProperty for metallic Smoothness map.
Declaration
public MaterialProperty metallicGlossMap
Field Value
Type | Description |
---|---|
Material |
occlusionMap
The MaterialProperty for occlusion map.
Declaration
public MaterialProperty occlusionMap
Field Value
Type | Description |
---|---|
Material |
occlusionStrength
The MaterialProperty for occlusion strength.
Declaration
public MaterialProperty occlusionStrength
Field Value
Type | Description |
---|---|
Material |
parallaxMapProp
The MaterialProperty for height map.
Declaration
public MaterialProperty parallaxMapProp
Field Value
Type | Description |
---|---|
Material |
parallaxScaleProp
The MaterialProperty for height map scale.
Declaration
public MaterialProperty parallaxScaleProp
Field Value
Type | Description |
---|---|
Material |
reflections
The MaterialProperty for environment reflections.
Declaration
public MaterialProperty reflections
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 |
workflowMode
The MaterialProperty for workflow mode.
Declaration
public MaterialProperty workflowMode
Field Value
Type | Description |
---|---|
Material |