Class HDRenderPipelineAsset | High Definition RP | 6.7.1-preview
docs.unity.cn
    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 © 2020 Unity Technologies
    Generated by DocFX