Class ARKitXRObjectTrackingSubsystem
An ARKit-specific implementation of the XRObjectTrackingSubsystem
. Do not create this directly. Use the SubsystemManager
instead.
Inheritance
UnityEngine.XR.ARSubsystems.TrackingSubsystem<XRTrackedObject, XRObjectTrackingSubsystem, XRObjectTrackingSubsystemDescriptor, XRObjectTrackingSubsystem.Provider>
ARKitXRObjectTrackingSubsystem
Inherited Members
UnityEngine.XR.ARSubsystems.XRObjectTrackingSubsystem.Register<TProvider, TSubsystemOverride>(System.String, UnityEngine.XR.ARSubsystems.XRObjectTrackingSubsystemDescriptor.Capabilities)
UnityEngine.XR.ARSubsystems.TrackingSubsystem<UnityEngine.XR.ARSubsystems.XRTrackedObject, UnityEngine.XR.ARSubsystems.XRObjectTrackingSubsystem, UnityEngine.XR.ARSubsystems.XRObjectTrackingSubsystemDescriptor, UnityEngine.XR.ARSubsystems.XRObjectTrackingSubsystem.Provider>.GetChanges(Unity.Collections.Allocator)
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 |