docs.unity.cn
    Show / Hide Table of Contents

    Enum ProbeSettings.RealtimeMode

    Realtime mode of the probe.

    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    public enum RealtimeMode

    Fields

    Name Description Value
    EveryFrame

    The real time probe will be rendered when a camera see its influence, once per frame.


    0
    OnEnable

    The real time probe will be rendered when a camera see its influence, once after OnEnable.


    1
    OnDemand

    The real time probe will be rendered when a camera see its influence and the udpate was requested by a script. RequestRenderNextUpdate().


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