Enum ShadowUpdateMode | High Definition RP | 7.3.1
docs.unity.cn
    Show / Hide Table of Contents

    Enum ShadowUpdateMode

    Shadow Update mode

    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    public enum ShadowUpdateMode

    Fields

    Name Description
    EveryFrame

    Shadow map will be rendered at every frame.

    OnDemand

    Shadow will be rendered when you call HDAdditionalLightData.RequestShadowMapRendering().

    OnEnable

    Shadow will be rendered only when the OnEnable of the light is called.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX