docs.unity.cn
    Show / Hide Table of Contents

    Class XRAnchorSubsystemDescriptor

    Describes the capabilities of an XRAnchorSubsystem.

    Inheritance
    Object
    SubsystemDescriptor
    SubsystemDescriptor<XRAnchorSubsystem>
    XRAnchorSubsystemDescriptor
    Inherited Members
    SubsystemDescriptor<XRAnchorSubsystem>.Create()
    SubsystemDescriptor.ISubsystemDescriptor.Create()
    SubsystemDescriptor.id
    SubsystemDescriptor.subsystemImplementationType
    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    public class XRAnchorSubsystemDescriptor : SubsystemDescriptor<XRAnchorSubsystem>, ISubsystemDescriptor

    Properties

    supportsTrackableAttachments

    true if the subsystem supports attachments, i.e., the ability to attach an anchor to a trackable.

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

    Methods

    Create(XRAnchorSubsystemDescriptor.Cinfo)

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

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

    Constructor info describing the descriptor to create.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 12 February 2021