docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct SimpleLitGUI.SimpleLitProperties

    Container for the properties used in the SimpleLitGUI editor script.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    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
    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
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)