Provider
↳ extends UnityEngine.SubsystemsImplementation.SubsystemProvider
An abstract class to be implemented by providers of this subsystem.
Declaration
public abstract class Provider : SubsystemProvider<XRScanningSubsystem>Properties
| Name | Type | Summary |
|---|---|---|
| CurrentConfiguration | XRScanningConfiguration | - |
Methods
| Name | Type | Summary |
|---|---|---|
| ComputeVoxels | void | - |
| DiscardCurrentScan | void | - |
| DisposeVoxelBuffer | void | - |
| GetScanId | string | - |
| GetState | XRScanningState | - |
| GetVoxelSize | float | - |
| SaveCurrentScan | void | - |
| TryGetRaycastBuffer | bool | - |
| TryGetVoxelBuffer | bool | - |