Class ARKitXRDepthSubsystem
The ARKit implementation of the XRDepthSubsystem
. Do not create this directly. Use the SubsystemManager
instead.
Inheritance
UnityEngine.XR.ARSubsystems.TrackingSubsystem<XRPointCloud, XRDepthSubsystem, XRDepthSubsystemDescriptor, XRDepthSubsystem.Provider>
ARKitXRDepthSubsystem
Inherited Members
UnityEngine.XR.ARSubsystems.TrackingSubsystem<UnityEngine.XR.ARSubsystems.XRPointCloud, UnityEngine.XR.ARSubsystems.XRDepthSubsystem, UnityEngine.XR.ARSubsystems.XRDepthSubsystemDescriptor, UnityEngine.XR.ARSubsystems.XRDepthSubsystem.Provider>.GetChanges(Unity.Collections.Allocator)
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 |