docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class XRAnchorSubsystemDescriptor

    Indicates the capabilities supported by a provider of the XRAnchorSubsystem. Provider implementations must derive from XRAnchorSubsystem.Provider and may override virtual class members.

    Inheritance
    object
    SubsystemDescriptorWithProvider
    SubsystemDescriptorWithProvider<XRAnchorSubsystem, XRAnchorSubsystem.Provider>
    XRAnchorSubsystemDescriptor
    Implements
    ISubsystemDescriptor
    Inherited Members
    SubsystemDescriptorWithProvider<XRAnchorSubsystem, XRAnchorSubsystem.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
    public class XRAnchorSubsystemDescriptor : SubsystemDescriptorWithProvider<XRAnchorSubsystem, XRAnchorSubsystem.Provider>, ISubsystemDescriptor

    Properties

    supportsTrackableAttachments

    Indicates whether the provider implementation supports attachments (that is, the ability to attach an anchor to a trackable). If false, XRAnchorSubsystem.TryAttachAnchor must always return false.

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

    Methods

    Create(Cinfo)

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

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

    Construction info for the descriptor.

    Implements

    UnityEngine.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)