Class ARCameraOptions | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class ARCameraOptions

    Add this component to a Camera to set configuration options for the physical camera used by an AR device.

    Inheritance
    System.Object
    ARCameraOptions
    Namespace: UnityEngine.XR.ARFoundation
    Syntax
    public sealed class ARCameraOptions : MonoBehaviour

    Properties

    focusMode

    Get or set the CameraFocusMode to use on the camera

    Declaration
    public CameraFocusMode focusMode { get; set; }
    Property Value
    Type Description
    CameraFocusMode

    lightEstimation

    Get or set whether light estimation information be made available (if possible).

    Declaration
    public bool lightEstimation { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX