docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct LitGUI.LitProperties

    Container for the properties used in the LitGUI 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 LitGUI.LitProperties

    Constructors

    Name Description
    LitProperties(MaterialProperty[])

    Constructor for the LitProperties container struct.

    Fields

    Name Description
    bumpMapProp

    The MaterialProperty for normal map.

    bumpScaleProp

    The MaterialProperty for normal map scale.

    clearCoat

    The MaterialProperty for enabling/disabling clear coat.

    clearCoatMap

    The MaterialProperty for clear coat map.

    clearCoatMask

    The MaterialProperty for clear coat mask.

    clearCoatSmoothness

    The MaterialProperty for clear coat smoothness.

    highlights

    The MaterialProperty for specular highlights.

    metallic

    The MaterialProperty for metallic value.

    metallicGlossMap

    The MaterialProperty for metallic Smoothness map.

    occlusionMap

    The MaterialProperty for occlusion map.

    occlusionStrength

    The MaterialProperty for occlusion strength.

    parallaxMapProp

    The MaterialProperty for height map.

    parallaxScaleProp

    The MaterialProperty for height map scale.

    reflections

    The MaterialProperty for environment reflections.

    smoothness

    The MaterialProperty for smoothness value.

    smoothnessMapChannel

    The MaterialProperty for smoothness alpha channel.

    specColor

    The MaterialProperty for specular color.

    specGlossMap

    The MaterialProperty for specular smoothness map.

    workflowMode

    The MaterialProperty for workflow mode.

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)