Class XRDepthSubsystemDescriptor | AR Subsystems | 3.0.0
docs.unity.cn
    Show / Hide Table of Contents

    Class XRDepthSubsystemDescriptor

    Inheritance
    Object
    XRDepthSubsystemDescriptor
    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    public class XRDepthSubsystemDescriptor : SubsystemDescriptor<XRDepthSubsystem>

    Properties

    supportsConfidence

    Whether the implementation supports per feature point confidence values.

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

    supportsFeaturePoints

    Whether the implementation supports feature points.

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

    supportsUniqueIds

    Whether the implementation supports per feature point identifiers.

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

    Methods

    RegisterDescriptor(XRDepthSubsystemDescriptor.Cinfo)

    Registers a subsystem implementation with the SubsystemManager.

    Declaration
    public static void RegisterDescriptor(XRDepthSubsystemDescriptor.Cinfo descriptorParams)
    Parameters
    Type Name Description
    XRDepthSubsystemDescriptor.Cinfo descriptorParams
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX