Class ARKitAnchorSubsystem
The ARKit implementation of the XRAnchorSubsystem
. Do not create this directly.
Use the SubsystemManager
instead.
Inheritance
UnityEngine.XR.ARSubsystems.TrackingSubsystem<XRAnchor, XRAnchorSubsystem, XRAnchorSubsystemDescriptor, XRAnchorSubsystem.Provider>
ARKitAnchorSubsystem
Inherited Members
UnityEngine.XR.ARSubsystems.TrackingSubsystem<UnityEngine.XR.ARSubsystems.XRAnchor, UnityEngine.XR.ARSubsystems.XRAnchorSubsystem, UnityEngine.XR.ARSubsystems.XRAnchorSubsystemDescriptor, UnityEngine.XR.ARSubsystems.XRAnchorSubsystem.Provider>.GetChanges(Unity.Collections.Allocator)
Namespace: UnityEngine.XR.ARKit
Syntax
[Preserve]
public sealed class ARKitAnchorSubsystem : XRAnchorSubsystem
Methods
CreateProvider()
Creates the ARKit-specific implementation which will service the XRAnchorSubsystem
.
Declaration
protected override XRAnchorSubsystem.Provider CreateProvider()
Returns
Type | Description |
---|---|
XRAnchorSubsystem.Provider | A new instance of the |