Struct BakedLitGUI.BakedLitProperties
Container for the properties used in the BakedLitGUI
editor script.
Inherited Members
Namespace: UnityEditor.Rendering.Universal.ShaderGUI
Syntax
public struct BakedLitProperties
Constructors
BakedLitProperties(MaterialProperty[])
Constructor for the BakedLitProperties
container struct.
Declaration
public BakedLitProperties(MaterialProperty[] properties)
Parameters
Type | Name | Description |
---|---|---|
MaterialProperty[] | properties |
Fields
bumpMapProp
The MaterialProperty for normal map.
Declaration
public MaterialProperty bumpMapProp
Field Value
Type | Description |
---|---|
MaterialProperty |