ScanStore
Declaration
public class ScanStoreConstructors
public ScanStore(string basePath)
Summary
Properties
| Name | Type | Summary |
|---|---|---|
| readonly ScanBasePath | string | - |
Methods
| Name | Type | Summary |
|---|---|---|
| DeleteScan | void | Delete the given saved scan from disk. This must not be a scan that is currently in progress. Deleting a scan in progress is undefined behavior. The scan is invalid after deletion. |
| DeleteScanAsync | Task | Delete the scan in an async way. DeleteScan. |
| GetSavedScans | List<SavedScan> | Return the list of scans currently saved. This will include the current active scan if called with a scan in-progress. |
Create a ScanStore given the base path for all your scans.
The path should match the ScanBasePath of XRScanningConfiguration.