Class ARKitXRObjectTrackingSubsystem
An ARKit-specific implementation of the XRObjectTrackingSubsystem. Do not create this directly. Use the SubsystemManager instead.
Inheritance
ARKitXRObjectTrackingSubsystem
Inherited Members
Namespace: UnityEngine.XR.ARKit
Syntax
[Preserve]
public sealed class ARKitXRObjectTrackingSubsystem : XRObjectTrackingSubsystem
Methods
CreateProvider()
Creates the ARKit-specific implementation which will service the XRObjectTrackingSubsystem.
Declaration
protected override XRObjectTrackingSubsystem.Provider CreateProvider()
Returns
| Type | Description |
|---|---|
| XRObjectTrackingSubsystem.Provider | A new instance of the |