Class ARCoreImageTrackingSubsystem
The ARCore implementation of the XRImageTrackingSubsystem
. Do not create this directly. Use the SubsystemManager
instead.
Inheritance
ARCoreImageTrackingSubsystem
Inherited Members
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 |