docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class XRReferencePointSubsystemDescriptor

    Describes the capabilities of an XRReferencePointSubsystem.

    Inheritance
    object
    SubsystemDescriptorWithProvider
    SubsystemDescriptorWithProvider<XRReferencePointSubsystem, XRReferencePointSubsystem.Provider>
    XRReferencePointSubsystemDescriptor
    Implements
    ISubsystemDescriptor
    Inherited Members
    SubsystemDescriptorWithProvider<XRReferencePointSubsystem, XRReferencePointSubsystem.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("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
    bool

    Methods

    Create(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.

    Implements

    ISubsystemDescriptor
    In This Article
    Back to top
    Copyright © 2025 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)