docs.unity.cn
    Show / Hide Table of Contents

    Class XRImageTrackingSubsystemDescriptor

    Describes the capabilities of an XRImageTrackingSubsystem.

    Inheritance
    Object
    XRImageTrackingSubsystemDescriptor
    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    public class XRImageTrackingSubsystemDescriptor : SubsystemDescriptor<XRImageTrackingSubsystem>

    Properties

    supportsMovingImages

    Whether the subsystem supports tracking the poses of moving images in realtime.

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

    Methods

    Create(XRImageTrackingSubsystemDescriptor.Cinfo)

    Registers a new descriptor with the SubsystemManager.

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

    The construction information for the new descriptor.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, January 7, 2022
    Terms of use