Class XRPlaneSubsystem.Provider
The API that derived classes must implement.
Inherited Members
SubsystemProvider<XRPlaneSubsystem>.TryInitialize()
SubsystemProvider<XRPlaneSubsystem>.Start()
SubsystemProvider<XRPlaneSubsystem>.Stop()
SubsystemProvider<XRPlaneSubsystem>.Destroy()
SubsystemProvider.running
Namespace: UnityEngine.XR.ARSubsystems
Assembly: solution.dll
Syntax
public abstract class XRPlaneSubsystem.Provider : SubsystemProvider<XRPlaneSubsystem>
Properties
Name | Description |
---|---|
currentPlaneDetectionMode | Get the current plane detection mode in use by the provider. |
requestedPlaneDetectionMode | Get or set the requested PlaneDetectionMode. |
Methods
Name | Description |
---|---|
CreateOrResizeNativeArrayIfNecessary<T>(int, Allocator, ref NativeArray<T>) | Creates or resizes the |
GetBoundary(TrackableId, Allocator, ref NativeArray<Vector2>) | Retrieves the boundary points of the plane with |
GetChanges(BoundedPlane, Allocator) | Get the changes to planes (added, updated, and removed) since the last call to GetChanges(BoundedPlane, Allocator). |