docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum ProbeSettings.RealtimeMode

    Realtime mode of the probe.

    Namespace: UnityEngine.Rendering.HighDefinition
    Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
    Syntax
    public enum ProbeSettings.RealtimeMode

    Fields

    Name Description
    EveryFrame

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

    OnDemand

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

    OnEnable

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

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)