docs.unity.cn
    Show / Hide Table of Contents

    Class XRReferencePointSubsystemDescriptor

    Describes the capabilities of an XRReferencePointSubsystem.

    Inheritance
    Object
    SubsystemDescriptorWithProvider
    UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider<XRReferencePointSubsystem, XRReferencePointSubsystem.Provider>
    XRReferencePointSubsystemDescriptor
    Inherited Members
    UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider<UnityEngine.XR.ARSubsystems.XRReferencePointSubsystem, UnityEngine.XR.ARSubsystems.XRReferencePointSubsystem.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("XRReferencePointSubsystemDescriptor has been deprecated. Use XRAnchorSubsystemDescriptor instead (UnityUpgradable) -> UnityEngine.XR.ARSubsystems.XRAnchorSubsystemDescriptor", false)]
    public class XRReferencePointSubsystemDescriptor : SubsystemDescriptorWithProvider<XRReferencePointSubsystem, XRReferencePointSubsystem.Provider>, ISubsystemDescriptor

    Properties

    supportsTrackableAttachments

    true if the subsystem supports attachments (that is, the ability to attach a reference point to a trackable).

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

    Methods

    Create(XRReferencePointSubsystemDescriptor.Cinfo)

    Creates a new subsystem descriptor and registers it with the SubsystemManager.

    Declaration
    public static void Create(XRReferencePointSubsystemDescriptor.Cinfo cinfo)
    Parameters
    Type Name Description
    XRReferencePointSubsystemDescriptor.Cinfo cinfo

    Constructor info describing the descriptor to create.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Monday, May 22, 2023