Class ARKitXRPlaneSubsystem
The ARKit implementation of the XRPlaneSubsystem
. Do not create this directly. Use the SubsystemManager
instead.
Inheritance
UnityEngine.XR.ARSubsystems.TrackingSubsystem<BoundedPlane, XRPlaneSubsystem, XRPlaneSubsystemDescriptor, XRPlaneSubsystem.Provider>
ARKitXRPlaneSubsystem
Inherited Members
UnityEngine.XR.ARSubsystems.TrackingSubsystem<UnityEngine.XR.ARSubsystems.BoundedPlane, UnityEngine.XR.ARSubsystems.XRPlaneSubsystem, UnityEngine.XR.ARSubsystems.XRPlaneSubsystemDescriptor, UnityEngine.XR.ARSubsystems.XRPlaneSubsystem.Provider>.GetChanges(Unity.Collections.Allocator)
Namespace: UnityEngine.XR.ARKit
Syntax
[Preserve]
public sealed class ARKitXRPlaneSubsystem : XRPlaneSubsystem
Methods
CreateProvider()
Creates the ARKit-specific implementation which will service the XRPlaneSubsystem
.
Declaration
protected override XRPlaneSubsystem.Provider CreateProvider()
Returns
Type | Description |
---|---|
XRPlaneSubsystem.Provider | A new instance of the |