docs.unity.cn
    Show / Hide Table of Contents

    Class XRReferencePointSubsystemDescriptor

    Describes the capabilities of an XRReferencePointSubsystem.

    Inheritance
    Object
    XRReferencePointSubsystemDescriptor
    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    public class XRReferencePointSubsystemDescriptor : SubsystemDescriptor<XRReferencePointSubsystem>

    Properties

    supportsTrackableAttachments

    true if the subsystem supports attachments, i.e., 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 © 2022 Unity Technologies
    Generated by DocFX
    on Friday, January 7, 2022
    Terms of use