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
    XRCameraSubsystemDescriptor
    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    public sealed class XRCameraSubsystemDescriptor : SubsystemDescriptor<XRCameraSubsystem>

    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.

    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.

    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.

    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.

    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.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, January 7, 2022
    Terms of use