Class ARKitXRPlaneSubsystem
The ARKit implementation of the XRPlaneSubsystem
. Do not create this directly. Use the SubsystemManager
instead.
Inheritance
Inherited Members
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 |