Struct XRCameraSubsystemCinfo | AR Subsystems | 3.1.10
docs.unity3d.com
    Show / Hide Table of Contents

    Struct XRCameraSubsystemCinfo

    Encapsulates the parameters for creating a new XRCameraSubsystemDescriptor.

    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    public struct XRCameraSubsystemCinfo : IEquatable<XRCameraSubsystemCinfo>

    Properties

    id

    Specifies an identifier for the provider implementation of the subsystem.

    Declaration
    public string id { get; set; }
    Property Value
    Type Description
    String

    The identifier for the provider implementation of the subsystem.

    implementationType

    Specifies the provider implementation type to use for instantiation.

    Declaration
    public Type implementationType { get; set; }
    Property Value
    Type Description
    Type

    The provider implementation type to use for instantiation.

    supportsAverageBrightness

    Specifies if current subsystem is allowed to provide average brightness.

    Declaration
    public bool supportsAverageBrightness { get; set; }
    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; set; }
    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; set; }
    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; set; }
    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; set; }
    Property Value
    Type Description
    Boolean

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

    supportsColorCorrection

    True if color correction is supported.

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

    supportsDisplayMatrix

    Specifies if current subsystem is allowed to provide display matrix.

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

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

    supportsFocusModes

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

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

    supportsProjectionMatrix

    Specifies if current subsystem is allowed to provide projection matrix.

    Declaration
    public bool supportsProjectionMatrix { get; set; }
    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; set; }
    Property Value
    Type Description
    Boolean

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

    Methods

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    Overrides
    ValueType.Equals(Object)

    Equals(XRCameraSubsystemCinfo)

    Declaration
    public bool Equals(XRCameraSubsystemCinfo other)
    Parameters
    Type Name Description
    XRCameraSubsystemCinfo other
    Returns
    Type Description
    Boolean

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    ValueType.GetHashCode()

    Operators

    Equality(XRCameraSubsystemCinfo, XRCameraSubsystemCinfo)

    Declaration
    public static bool operator ==(XRCameraSubsystemCinfo lhs, XRCameraSubsystemCinfo rhs)
    Parameters
    Type Name Description
    XRCameraSubsystemCinfo lhs
    XRCameraSubsystemCinfo rhs
    Returns
    Type Description
    Boolean

    Inequality(XRCameraSubsystemCinfo, XRCameraSubsystemCinfo)

    Declaration
    public static bool operator !=(XRCameraSubsystemCinfo lhs, XRCameraSubsystemCinfo rhs)
    Parameters
    Type Name Description
    XRCameraSubsystemCinfo lhs
    XRCameraSubsystemCinfo rhs
    Returns
    Type Description
    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