Class ARKitImageTrackingSubsystem
ARKit implementation of the XRImageTrackingSubsystem
.
Inheritance
UnityEngine.XR.ARSubsystems.TrackingSubsystem<XRTrackedImage, XRImageTrackingSubsystem, XRImageTrackingSubsystemDescriptor, XRImageTrackingSubsystem.Provider>
ARKitImageTrackingSubsystem
Inherited Members
UnityEngine.XR.ARSubsystems.TrackingSubsystem<UnityEngine.XR.ARSubsystems.XRTrackedImage, UnityEngine.XR.ARSubsystems.XRImageTrackingSubsystem, UnityEngine.XR.ARSubsystems.XRImageTrackingSubsystemDescriptor, UnityEngine.XR.ARSubsystems.XRImageTrackingSubsystem.Provider>.GetChanges(Unity.Collections.Allocator)
Namespace: UnityEngine.XR.ARKit
Syntax
[Preserve]
public sealed class ARKitImageTrackingSubsystem : XRImageTrackingSubsystem
Methods
CreateProvider()
Creates the ARKit-specific implementation which will service the XRImageTrackingSubsystem
.
Declaration
protected override XRImageTrackingSubsystem.Provider CreateProvider()
Returns
Type | Description |
---|---|
XRImageTrackingSubsystem.Provider | A new instance of the |