docs.unity.cn
    Show / Hide Table of Contents

    Enum VolumeFrameworkUpdateMode

    Defines the update frequency for the Volume Framework.

    Namespace: UnityEngine.Rendering.Universal
    Syntax
    public enum VolumeFrameworkUpdateMode

    Fields

    Name Description Value
    EveryFrame

    Use this to have the Volume Framework update every frame.


    0
    ViaScripting

    Use this to disable Volume Framework updates or to update it manually via scripting.


    1
    UsePipelineSettings

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


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