Class XRImageTrackingSubsystemDescriptor
Describes the capabilities of an XRImageTrackingSubsystem.
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. |