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

    Enum ExposureMode

    Methods that HDRP uses to process exposure.

    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    public enum ExposureMode

    Fields

    Name Description
    Automatic

    Automatically sets the exposure depending on what is on screen.

    CurveMapping

    Maps the current Scene exposure to a custom curve.

    Fixed

    Allows you to manually sets the Scene exposure.

    UsePhysicalCamera

    Uses the current physical Camera settings to set the Scene exposure.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX