docs.unity.cn
    Show / Hide Table of Contents

    Class XRImageTrackingSubsystemDescriptor

    Describes the capabilities of an XRImageTrackingSubsystem.

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

    Properties

    requiresPhysicalImageDimensions

    Whether the subsystem requires physical image dimensions to be provided for all reference images. If false, specifying the physical dimensions is optional.

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

    supportsMovingImages

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

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

    supportsMutableLibrary

    Whether the subsystem supports MutableRuntimeReferenceImageLibrary, a reference image library which can modified at runtime, as opposed to the XRReferenceImageLibrary, which is generated at edit time and cannot be modified at runtime.

    Declaration
    public bool supportsMutableLibrary { get; }
    Property Value
    Type Description
    Boolean
    See Also
    MutableRuntimeReferenceImageLibrary
    CreateRuntimeLibrary(XRReferenceImageLibrary)

    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 © 2020 Unity Technologies
    Generated by DocFX
    on 12 February 2021