Class ARCameraOptions | Package Manager UI website
docs.unity3d.com
    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 © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023