Class XRImageTrackingSubsystemDescriptor
Describes the capabilities of an XRImageTrackingSubsystem.
Inheritance
XRImageTrackingSubsystemDescriptor
Implements
Inherited Members
SubsystemDescriptorWithProvider<XRImageTrackingSubsystem, XRImageTrackingSubsystem.Provider>.Create()
SubsystemDescriptorWithProvider.providerType
SubsystemDescriptorWithProvider.subsystemTypeOverride
Namespace: UnityEngine.XR.ARSubsystems
Assembly: solution.dll
Syntax
public class XRImageTrackingSubsystemDescriptor : SubsystemDescriptorWithProvider<XRImageTrackingSubsystem, XRImageTrackingSubsystem.Provider>, ISubsystemDescriptor
Properties
Name | Description |
---|---|
requiresPhysicalImageDimensions |
|
supportsImageValidation | Whether the subsystem supports image validation (validating images before they are added to a MutableRuntimeReferenceImageLibrary). |
supportsMovingImages |
|
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. |
Methods
Name | Description |
---|---|
Create(Cinfo) | Registers a new descriptor with the |