docs.unity.cn
    Show / Hide Table of Contents

    Enum ShadowResolution

    This controls the size of the shadow map texture.

    Namespace: UnityEngine.Rendering.Universal
    Syntax
    public enum ShadowResolution

    Fields

    Name Description Value
    _256

    Use this for 256x256 shadow resolution.


    256
    _512

    Use this for 512x512 shadow resolution.


    512
    _1024

    Use this for 1024x1024 shadow resolution.


    1024
    _2048

    Use this for 2048x2048 shadow resolution.


    2048
    _4096

    Use this for 4096x4096 shadow resolution.


    4096
    _8192

    Use this for 8192x8192 shadow resolution.


    8192
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 08 September 2023