docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class HDRPDefaultVolumeProfileSettings

    Settings class that stores the default volume profile for Volume Framework.

    Inheritance
    object
    HDRPDefaultVolumeProfileSettings
    Implements
    IDefaultVolumeProfileSettings
    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 = 0)]
    public class HDRPDefaultVolumeProfileSettings : IDefaultVolumeProfileSettings, IRenderPipelineGraphicsSettings

    Properties

    version

    Current version.

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

    volumeProfile

    The default volume profile asset.

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

    Implements

    UnityEngine.Rendering.IDefaultVolumeProfileSettings
    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)