Class ARCorePlaneSubsystem
The ARCore implementation of the XRPlaneSubsystem. Do not create this directly. Use the SubsystemManager instead.
Inheritance
ARCorePlaneSubsystem
Inherited Members
Namespace: UnityEngine.XR.ARCore
Syntax
[Preserve]
public sealed class ARCorePlaneSubsystem : 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 |