docs.unity3d.com
    目次を表示する/隠す

    Class XRImageTrackingSubsystemDescriptor

    Describes the capabilities of an XRImageTrackingSubsystem.

    Inheritance
    Object
    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()
    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.

    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)