docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class XRDepthSubsystemDescriptor

    The descriptor of the XRDepthSubsystem that shows which depth detection features are available on that XRSubsystem.

    Inheritance
    object
    SubsystemDescriptorWithProvider
    SubsystemDescriptorWithProvider<XRDepthSubsystem, XRDepthSubsystem.Provider>
    XRDepthSubsystemDescriptor
    Implements
    ISubsystemDescriptor
    Inherited Members
    SubsystemDescriptorWithProvider<XRDepthSubsystem, XRDepthSubsystem.Provider>.Create()
    SubsystemDescriptorWithProvider.id
    SubsystemDescriptorWithProvider.providerType
    SubsystemDescriptorWithProvider.subsystemTypeOverride
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.XR.ARSubsystems
    Assembly: Unity.XR.ARSubsystems.dll
    Syntax
    [Obsolete("XRDepthSubsystemDescriptor has been deprecated. Use XRPointCloudSubsystemDescriptor instead.")]
    public class XRDepthSubsystemDescriptor : SubsystemDescriptorWithProvider<XRDepthSubsystem, XRDepthSubsystem.Provider>, ISubsystemDescriptor
    Remarks

    Use the RegisterDescriptor(Cinfo) factory method along with XRDepthSubsystemDescriptor.Cinfo struct to construct and register one of these from each depth data provider.

    Properties

    supportsConfidence

    True if the implementation supports per feature point confidence values, false otherwise.

    Declaration
    public bool supportsConfidence { get; }
    Property Value
    Type Description
    bool
    See Also
    XRDepthSubsystem

    supportsFeaturePoints

    True if the implementation supports feature points, false otherwise.

    Declaration
    public bool supportsFeaturePoints { get; }
    Property Value
    Type Description
    bool
    See Also
    XRDepthSubsystem

    supportsUniqueIds

    True if the implementation supports per feature point identifiers, false otherwise.

    Declaration
    public bool supportsUniqueIds { get; }
    Property Value
    Type Description
    bool
    See Also
    XRDepthSubsystem

    Methods

    RegisterDescriptor(Cinfo)

    Registers a subsystem implementation with the SubsystemManager.

    Declaration
    public static void RegisterDescriptor(XRDepthSubsystemDescriptor.Cinfo descriptorParams)
    Parameters
    Type Name Description
    XRDepthSubsystemDescriptor.Cinfo descriptorParams
    See Also
    XRDepthSubsystem

    Implements

    ISubsystemDescriptor

    See Also

    XRDepthSubsystem
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)