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

    Struct GlobalLowResolutionTransparencySettings

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

    Fields

    checkerboardDepthBuffer

    Declaration
    public bool checkerboardDepthBuffer
    Field Value
    Type Description
    Boolean

    default

    Default GlobalLowResolutionTransparencySettings

    Declaration
    public static readonly GlobalLowResolutionTransparencySettings default
    Field Value
    Type Description
    GlobalLowResolutionTransparencySettings

    enabled

    Declaration
    public bool enabled
    Field Value
    Type Description
    Boolean

    upsampleType

    Declaration
    public LowResTransparentUpsample upsampleType
    Field Value
    Type Description
    LowResTransparentUpsample
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX