docs.unity3d.com
    Show / Hide Table of Contents

    Class XRCameraSubsystemDescriptor

    Specifies a functionality description that may be registered for each implementation that provides the XRCameraSubsystem interface.

    Inheritance
    Object
    SubsystemDescriptor
    SubsystemDescriptor<XRCameraSubsystem>
    XRCameraSubsystemDescriptor
    Inherited Members
    SubsystemDescriptor<XRCameraSubsystem>.Create()
    SubsystemDescriptor.ISubsystemDescriptor.Create()
    SubsystemDescriptor.id
    SubsystemDescriptor.subsystemImplementationType
    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    public sealed class XRCameraSubsystemDescriptor : SubsystemDescriptor<XRCameraSubsystem>, ISubsystemDescriptor

    Properties

    supportsAverageBrightness

    Specifies if current subsystem is allowed to provide average brightness.

    Declaration
    public bool supportsAverageBrightness { get; }
    Property Value
    Type Description
    Boolean

    true if current subsystem is allowed to provide average brightness. Otherwise, false.

    supportsAverageColorTemperature

    Specifies if current subsystem is allowed to provide average camera temperature.

    Declaration
    public bool supportsAverageColorTemperature { get; }
    Property Value
    Type Description
    Boolean

    true if current subsystem is allowed to provide average camera temperature. Otherwise, false.

    supportsAverageIntensityInLumens

    Specifies if current subsystem is allowed to provide average intensity in lumens.

    Declaration
    public bool supportsAverageIntensityInLumens { get; }
    Property Value
    Type Description
    Boolean

    true if current subsystem is allowed to provide average intensity in lumens. Otherwise, false.

    supportsCameraConfigurations

    Specifies if the current subsystem supports camera configurations.

    Declaration
    public bool supportsCameraConfigurations { get; }
    Property Value
    Type Description
    Boolean

    true if the current subsystem supports camera configurations. Otherwise, false.

    supportsCameraGrain

    Specifies whether the subsystem supports camera grain effect.

    Declaration
    public bool supportsCameraGrain { get; }
    Property Value
    Type Description
    Boolean

    supportsCameraImage

    Specifies if the current subsystem is allowed to provide camera images.

    Declaration
    public bool supportsCameraImage { get; }
    Property Value
    Type Description
    Boolean

    true if the current subsystem is allowed to provide camera images. Otherwise, false.

    supportsColorCorrection

    Specifies if current subsystem is allowed to provide color correction.

    Declaration
    public bool supportsColorCorrection { get; }
    Property Value
    Type Description
    Boolean

    supportsDisplayMatrix

    Specifies if current subsystem is allowed to provide display matrix.

    Declaration
    public bool supportsDisplayMatrix { get; }
    Property Value
    Type Description
    Boolean

    true if current subsystem is allowed to provide display matrix. Otherwise, false.

    supportsFaceTrackingAmbientIntensityLightEstimation

    Specifies whether the subsystem supports ambient intensity light estimation while face tracking.

    Declaration
    public bool supportsFaceTrackingAmbientIntensityLightEstimation { get; }
    Property Value
    Type Description
    Boolean

    supportsFaceTrackingHDRLightEstimation

    Specifies whether the subsystem supports HDR light estimation while face tracking.

    Declaration
    public bool supportsFaceTrackingHDRLightEstimation { get; }
    Property Value
    Type Description
    Boolean

    supportsFocusModes

    Specifies whether the subsystem supports setting the camera's focus mode.

    Declaration
    public bool supportsFocusModes { get; }
    Property Value
    Type Description
    Boolean

    supportsProjectionMatrix

    Specifies if current subsystem is allowed to provide projection matrix.

    Declaration
    public bool supportsProjectionMatrix { get; }
    Property Value
    Type Description
    Boolean

    true if current subsystem is allowed to provide projection matrix. Otherwise, false.

    supportsTimestamp

    Specifies if current subsystem is allowed to provide timestamp.

    Declaration
    public bool supportsTimestamp { get; }
    Property Value
    Type Description
    Boolean

    true if current subsystem is allowed to provide timestamp. Otherwise, false.

    supportsWorldTrackingAmbientIntensityLightEstimation

    Specifies whether the subsystem supports ambient intensity light estimation while world tracking.

    Declaration
    public bool supportsWorldTrackingAmbientIntensityLightEstimation { get; }
    Property Value
    Type Description
    Boolean

    supportsWorldTrackingHDRLightEstimation

    Specifies whether the subsystem supports HDR light estimation while world tracking.

    Declaration
    public bool supportsWorldTrackingHDRLightEstimation { get; }
    Property Value
    Type Description
    Boolean
    Back to top
    Terms of use
    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