docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class LookDevVolumeProfileSettings

    Settings class that stores the volume profile for HDRP LookDev.

    Inheritance
    object
    LookDevVolumeProfileSettings
    Implements
    IRenderPipelineGraphicsSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Rendering.HighDefinition
    Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
    Syntax
    [Serializable]
    [SupportedOnRenderPipeline(typeof(HDRenderPipelineAsset))]
    [CategoryInfo(Name = "Volume", Order = 0)]
    [ElementInfo(Order = 10)]
    public class LookDevVolumeProfileSettings : IRenderPipelineGraphicsSettings

    Properties

    version

    Current version.

    Declaration
    public int version { get; }
    Property Value
    Type Description
    int

    volumeProfile

    The volume profile to be used for LookDev.

    Declaration
    public VolumeProfile volumeProfile { get; set; }
    Property Value
    Type Description
    VolumeProfile

    Implements

    IRenderPipelineGraphicsSettings
    In This Article
    Back to top
    Copyright © 2024 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)