Class DiffusionProfileSettings | High Definition RP | 7.1.8
docs.unity3d.com
    Show / Hide Table of Contents

    Class DiffusionProfileSettings

    Inheritance
    Object
    DiffusionProfileSettings
    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    public sealed class DiffusionProfileSettings : ScriptableObject, IVersionable<DiffusionProfileSettings.Version>

    Fields

    disabledTransmissionTintsAndFresnel0

    Declaration
    [NonSerialized]
    public Vector4 disabledTransmissionTintsAndFresnel0
    Field Value
    Type Description
    Vector4

    filterKernels

    Declaration
    [NonSerialized]
    public Vector4[] filterKernels
    Field Value
    Type Description
    Vector4[]

    profile

    Declaration
    public DiffusionProfile profile
    Field Value
    Type Description
    DiffusionProfile

    profiles

    Declaration
    [Obsolete("Profiles are obsolete, only one diffusion profile per asset is allowed.")]
    public DiffusionProfile[] profiles
    Field Value
    Type Description
    DiffusionProfile[]

    shapeParams

    Declaration
    [NonSerialized]
    public Vector4 shapeParams
    Field Value
    Type Description
    Vector4

    thicknessRemaps

    Declaration
    [NonSerialized]
    public Vector4 thicknessRemaps
    Field Value
    Type Description
    Vector4

    transmissionTintsAndFresnel0

    Declaration
    [NonSerialized]
    public Vector4 transmissionTintsAndFresnel0
    Field Value
    Type Description
    Vector4

    updateCount

    Declaration
    [NonSerialized]
    public int updateCount
    Field Value
    Type Description
    Int32

    worldScales

    Declaration
    [NonSerialized]
    public Vector4 worldScales
    Field Value
    Type Description
    Vector4

    Properties

    Item[Int32]

    Declaration
    [Obsolete("Profiles are obsolete, only one diffusion profile per asset is allowed.")]
    public DiffusionProfile this[int index] { get; }
    Parameters
    Type Name Description
    Int32 index
    Property Value
    Type Description
    DiffusionProfile

    Methods

    HasChanged(Int32)

    Declaration
    public bool HasChanged(int update)
    Parameters
    Type Name Description
    Int32 update
    Returns
    Type Description
    Boolean

    SetDefaultParams()

    Declaration
    public void SetDefaultParams()

    UpdateCache()

    Declaration
    public void UpdateCache()

    Explicit Interface Implementations

    IVersionable<DiffusionProfileSettings.Version>.version

    Declaration
    DiffusionProfileSettings.Version IVersionable<DiffusionProfileSettings.Version>.version { get; set; }
    Returns
    Type Description
    UnityEngine.Rendering.HighDefinition.DiffusionProfileSettings.Version
    Implements
    IVersionable<TVersion>.version
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023