Skip to main content
API Reference NianticSpatial.NSDK.AR.Scanning

ScanStore


Declaration

public class ScanStore

Constructors

public ScanStore(string basePath)

Summary

Create a ScanStore given the base path for all your scans.
The path should match the ScanBasePath of XRScanningConfiguration.


Properties

NameTypeSummary
readonly ScanBasePathstring
-

Methods

NameTypeSummary
DeleteScanvoid
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.
DeleteScanAsyncTask
Delete the scan in an async way. DeleteScan.
GetSavedScansList<SavedScan>
Return the list of scans currently saved. This will include the current active
scan if called with a scan in-progress.