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

    Struct XRDepthSubsystemDescriptor.Cinfo

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

    Fields

    id

    The string identifier for a specific implementation.

    Declaration
    public string id
    Field Value
    Type Description
    String

    implementationType

    The concrete Type which will be instantiated if Create is called on this subsystem descriptor.

    Declaration
    public Type implementationType
    Field Value
    Type Description
    Type

    Properties

    supportsConfidence

    Whether the subsystem supports per feature point confidence values.

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

    supportsFeaturePoints

    Whether the subsystem supports feature points

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

    supportsUniqueIds

    Whether the subsystem supports per-feature point identifiers.

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

    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(XRDepthSubsystemDescriptor.Cinfo)

    Declaration
    public bool Equals(XRDepthSubsystemDescriptor.Cinfo other)
    Parameters
    Type Name Description
    XRDepthSubsystemDescriptor.Cinfo other
    Returns
    Type Description
    Boolean

    GetHashCode()

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

    Operators

    Equality(XRDepthSubsystemDescriptor.Cinfo, XRDepthSubsystemDescriptor.Cinfo)

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

    Inequality(XRDepthSubsystemDescriptor.Cinfo, XRDepthSubsystemDescriptor.Cinfo)

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