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

    Enum ProbeSettings.Mode

    The rendering mode of the probe.

    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    public enum Mode

    Fields

    Name Description
    Baked

    Capture data is baked in editor and loaded as assets.

    Custom

    Capture data provided as an assets.

    Realtime

    Capture data is computed during runtime.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX