docs.unity3d.com
    Show / Hide Table of Contents

    Class XRImageTrackingSubsystemDescriptor

    Describes the capabilities of an XRImageTrackingSubsystem.

    Inheritance
    Object
    UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider
    UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider<XRImageTrackingSubsystem, XRImageTrackingSubsystem.Provider>
    XRImageTrackingSubsystemDescriptor
    Inherited Members
    UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider<UnityEngine.XR.ARSubsystems.XRImageTrackingSubsystem, UnityEngine.XR.ARSubsystems.XRImageTrackingSubsystem.Provider>.Create()
    UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider.UnityEngine.ISubsystemDescriptor.Create()
    UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider.id
    UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider.providerType
    UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider.subsystemTypeOverride
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    public class XRImageTrackingSubsystemDescriptor : SubsystemDescriptorWithProvider<XRImageTrackingSubsystem, XRImageTrackingSubsystem.Provider>, ISubsystemDescriptor

    Properties

    requiresPhysicalImageDimensions

    True if 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

    supportsImageValidation

    Whether the subsystem supports image validation (validating images before they are added to a MutableRuntimeReferenceImageLibrary).

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

    supportsMovingImages

    True if the subsystem supports tracking the poses of moving images in real time.

    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 © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023