docs.unity.cn
    Show / Hide Table of Contents

    Enum XRCameraFrameExifDataMeteringMode

    The metering mode, as defined by the EXIF specification. https://web.archive.org/web/20190624045241if_/http://www.cipa.jp:80/std/documents/e/DC-008-Translation-2019-E.pdf

    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    public enum XRCameraFrameExifDataMeteringMode : ushort

    Fields

    Name Description Value
    Unknown

    Unknown.


    0
    Average

    Average metering.


    1
    CenterWeightedAverage

    Center-weighted metering.


    2
    Spot

    Spot metering.


    3
    MultiSpot

    MultiSpot metering.


    4
    Pattern

    Pattern metering.


    5
    Partial

    Partial metering.


    6
    Other

    Other.


    255
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, July 14, 2023