UnitySwiftKotlin←API Reference Return to API Reference index←packageNianticSpatial.NSDK.AR.Scanning NianticSpatial.NSDK.AR.Scanning←classScanArchiveBuilder NianticSpatial.NSDK.AR.Scanning.ScanArchiveBuilder Method CreateTaskToGetNextChunk CreateTaskToGetNextChunk Declaration public Task<string> CreateTaskToGetNextChunk() Summary Creates a task for packing the next chunk. Must only be called if HasMoreChunks is true, and no other task is currently running. The task is not started automatically. The caller of this method should start the task. The task does not block.
Creates a task for packing the next chunk. Must only be called if HasMoreChunks is true, and
no other task is currently running.
The task is not started automatically. The caller of this method should start the task. The
task does not block.