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