docs.unity.cn
    Show / Hide Table of Contents

    Enum SoftShadowQuality

    Softness quality of soft shadows. Higher means better quality, but lower performance.

    Namespace: UnityEngine.Rendering.Universal
    Syntax
    public enum SoftShadowQuality

    Fields

    Name Description Value
    UsePipelineSettings

    Use this to choose the setting set on the pipeline asset.


    0
    Low

    Low quality soft shadows. Recommended for mobile. 4 PCF sample filtering.


    1
    Medium

    Medium quality soft shadows. The default. 5x5 tent filtering.


    2
    High

    High quality soft shadows. Low performance due to high sample count. 7x7 tent filtering.


    3
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 07 July 2023