Class ARCoreAnchorSubsystem
The ARCore implementation of the XRAnchorSubsystem. Do not create this directly. Use the SubsystemManager instead.
Inheritance
ARCoreAnchorSubsystem
Inherited Members
Namespace: UnityEngine.XR.ARCore
Syntax
[Preserve]
public sealed class ARCoreAnchorSubsystem : XRAnchorSubsystem
Methods
CreateProvider()
Creates an instance of the ARCore-specific anchor provider. This provides anchor services for ARCore.
Declaration
protected override XRAnchorSubsystem.Provider CreateProvider()
Returns
Type | Description |
---|---|
XRAnchorSubsystem.Provider | Returns a new instance of XRAnchorSubsystem.Provider specific to ARCore. |