docs.unity3d.com
    目次を表示する/隠す

    Class XRDepthSubsystemDescriptor

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

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

    Use the RegisterDescriptor(XRDepthSubsystemDescriptor.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
    Boolean

    supportsFeaturePoints

    True if the implementation supports feature points, false otherwise.

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

    supportsUniqueIds

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

    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

    See Also

    XRDepthSubsystem
    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)