docs.unity.cn
    Show / Hide Table of Contents

    Enum ShadowUpdateMode

    Shadow Update mode

    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    public enum ShadowUpdateMode

    Fields

    Name Description Value
    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 © 2022 Unity Technologies
    Generated by DocFX
    on 18 November 2022
    Terms of use