Class ARKitImageTrackingSubsystem
ARKit implementation of the XRImageTrackingSubsystem.
Inheritance
ARKitImageTrackingSubsystem
Inherited Members
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 |