Class ARCoreImageTrackingSubsystem
The ARCore implementation of the XRImageTrackingSubsystem
. Do not create this directly. Use the SubsystemManager
instead.
Inheritance
UnityEngine.XR.ARSubsystems.TrackingSubsystem<XRTrackedImage, XRImageTrackingSubsystem, XRImageTrackingSubsystemDescriptor, XRImageTrackingSubsystem.Provider>
ARCoreImageTrackingSubsystem
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.ARCore
Syntax
[Preserve]
public sealed class ARCoreImageTrackingSubsystem : XRImageTrackingSubsystem
Methods
CreateProvider()
Creates the ARCore-specific implementation which will service the XRImageTrackingSubsystem
.
Declaration
protected override XRImageTrackingSubsystem.Provider CreateProvider()
Returns
Type | Description |
---|---|
XRImageTrackingSubsystem.Provider | A new instance of the |