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