Class HDRenderPipelineAsset | High Definition RP | 6.7.1-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class HDRenderPipelineAsset

    Inheritance
    Object
    HDRenderPipelineAsset
    Namespace: UnityEngine.Experimental.Rendering.HDPipeline
    Syntax
    public class HDRenderPipelineAsset : RenderPipelineAsset, IVersionable<HDRenderPipelineAsset.Version>

    Fields

    allowShaderVariantStripping

    Declaration
    public bool allowShaderVariantStripping
    Field Value
    Type Description
    Boolean

    diffusionProfileSettings

    Declaration
    [Obsolete("Use diffusionProfileSettingsList instead")]
    public DiffusionProfileSettings diffusionProfileSettings
    Field Value
    Type Description
    DiffusionProfileSettings

    diffusionProfileSettingsList

    Declaration
    public DiffusionProfileSettings[] diffusionProfileSettingsList
    Field Value
    Type Description
    DiffusionProfileSettings[]

    enableSRPBatcher

    Declaration
    public bool enableSRPBatcher
    Field Value
    Type Description
    Boolean

    shaderVariantLogLevel

    Declaration
    public ShaderVariantLogLevel shaderVariantLogLevel
    Field Value
    Type Description
    ShaderVariantLogLevel

    Properties

    currentPlatformRenderPipelineSettings

    Declaration
    public RenderPipelineSettings currentPlatformRenderPipelineSettings { get; }
    Property Value
    Type Description
    RenderPipelineSettings

    defaultShader

    Declaration
    public override Shader defaultShader { get; }
    Property Value
    Type Description
    Shader

    frameSettingsHistory

    Declaration
    public bool frameSettingsHistory { get; set; }
    Property Value
    Type Description
    Boolean

    reflectionSystemParameters

    Declaration
    public ReflectionSystemParameters reflectionSystemParameters { get; }
    Property Value
    Type Description
    ReflectionSystemParameters

    renderingLayerMaskNames

    Declaration
    public override string[] renderingLayerMaskNames { get; }
    Property Value
    Type Description
    String[]

    renderPipelineResources

    Declaration
    public RenderPipelineResources renderPipelineResources { get; set; }
    Property Value
    Type Description
    RenderPipelineResources

    Methods

    CreatePipeline()

    Declaration
    protected override RenderPipeline CreatePipeline()
    Returns
    Type Description
    UnityEngine.Rendering.RenderPipeline

    GetDefaultFrameSettings(FrameSettingsRenderType)

    Declaration
    public FrameSettings GetDefaultFrameSettings(FrameSettingsRenderType type)
    Parameters
    Type Name Description
    FrameSettingsRenderType type
    Returns
    Type Description
    FrameSettings

    OnValidate()

    Declaration
    protected override void OnValidate()

    Explicit Interface Implementations

    IVersionable<HDRenderPipelineAsset.Version>.version

    Declaration
    HDRenderPipelineAsset.Version IVersionable<HDRenderPipelineAsset.Version>.version { get; set; }
    Returns
    Type Description
    UnityEngine.Experimental.Rendering.HDPipeline.HDRenderPipelineAsset.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