Struct RenderPipelineSettings | High Definition RP | 6.7.1-preview
docs.unity.cn
    Show / Hide Table of Contents

    Struct RenderPipelineSettings

    Namespace: UnityEngine.Experimental.Rendering.HDPipeline
    Syntax
    [Serializable]
    public struct RenderPipelineSettings

    Fields

    colorBufferFormat

    Declaration
    public RenderPipelineSettings.ColorBufferFormat colorBufferFormat
    Field Value
    Type Description
    RenderPipelineSettings.ColorBufferFormat

    decalSettings

    Declaration
    public GlobalDecalSettings decalSettings
    Field Value
    Type Description
    GlobalDecalSettings

    default

    Default RenderPipelineSettings

    Declaration
    public static readonly RenderPipelineSettings default
    Field Value
    Type Description
    RenderPipelineSettings

    dynamicResolutionSettings

    Declaration
    public GlobalDynamicResolutionSettings dynamicResolutionSettings
    Field Value
    Type Description
    GlobalDynamicResolutionSettings

    hdShadowInitParams

    Declaration
    public HDShadowInitParameters hdShadowInitParams
    Field Value
    Type Description
    HDShadowInitParameters

    increaseResolutionOfVolumetrics

    Declaration
    public bool increaseResolutionOfVolumetrics
    Field Value
    Type Description
    Boolean

    increaseSssSampleCount

    Declaration
    public bool increaseSssSampleCount
    Field Value
    Type Description
    Boolean

    lightLoopSettings

    Declaration
    public GlobalLightLoopSettings lightLoopSettings
    Field Value
    Type Description
    GlobalLightLoopSettings

    lowresTransparentSettings

    Declaration
    public GlobalLowResolutionTransparencySettings lowresTransparentSettings
    Field Value
    Type Description
    GlobalLowResolutionTransparencySettings

    msaaSampleCount

    Declaration
    public MSAASamples msaaSampleCount
    Field Value
    Type Description
    MSAASamples

    postProcessSettings

    Declaration
    public GlobalPostProcessSettings postProcessSettings
    Field Value
    Type Description
    GlobalPostProcessSettings

    supportDecals

    Declaration
    public bool supportDecals
    Field Value
    Type Description
    Boolean

    supportDistortion

    Declaration
    public bool supportDistortion
    Field Value
    Type Description
    Boolean

    supportDitheringCrossFade

    Declaration
    public bool supportDitheringCrossFade
    Field Value
    Type Description
    Boolean

    supportedLitShaderMode

    Declaration
    public RenderPipelineSettings.SupportedLitShaderMode supportedLitShaderMode
    Field Value
    Type Description
    RenderPipelineSettings.SupportedLitShaderMode

    supportLightLayers

    Declaration
    public bool supportLightLayers
    Field Value
    Type Description
    Boolean

    supportMotionVectors

    Declaration
    public bool supportMotionVectors
    Field Value
    Type Description
    Boolean

    supportRayTracing

    Declaration
    public bool supportRayTracing
    Field Value
    Type Description
    Boolean

    supportRuntimeDebugDisplay

    Declaration
    public bool supportRuntimeDebugDisplay
    Field Value
    Type Description
    Boolean

    supportShadowMask

    Declaration
    public bool supportShadowMask
    Field Value
    Type Description
    Boolean

    supportSSAO

    Declaration
    public bool supportSSAO
    Field Value
    Type Description
    Boolean

    supportSSR

    Declaration
    public bool supportSSR
    Field Value
    Type Description
    Boolean

    supportSubsurfaceScattering

    Declaration
    public bool supportSubsurfaceScattering
    Field Value
    Type Description
    Boolean

    supportTransparentBackface

    Declaration
    public bool supportTransparentBackface
    Field Value
    Type Description
    Boolean

    supportTransparentDepthPostpass

    Declaration
    public bool supportTransparentDepthPostpass
    Field Value
    Type Description
    Boolean

    supportTransparentDepthPrepass

    Declaration
    public bool supportTransparentDepthPrepass
    Field Value
    Type Description
    Boolean

    supportVolumetrics

    Declaration
    public bool supportVolumetrics
    Field Value
    Type Description
    Boolean

    Properties

    supportMSAA

    Declaration
    public bool supportMSAA { get; }
    Property Value
    Type Description
    Boolean
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX