Class ARCorePlaneProvider
The ARCore implementation of the XRPlaneSubsystem
. Do not create this directly. Use the SubsystemManager
instead.
Inheritance
ARCorePlaneProvider
Inherited Members
Namespace: UnityEngine.XR.ARCore
Syntax
[Obsolete("ARCorePlaneProvider has been deprecated. Use ARCorePlaneSubsystem instead (UnityUpgradable) -> UnityEngine.XR.ARCore.ARCorePlaneSubsystem", true)]
public sealed class ARCorePlaneProvider : XRPlaneSubsystem
Methods
CreateProvider()
Creates the ARCore-specific implementation which will service the XRPlaneSubsystem
.
Declaration
protected override XRPlaneSubsystem.Provider CreateProvider()
Returns
Type | Description |
---|---|
XRPlaneSubsystem.Provider | A new instance of the |