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