Table of Contents

Method RequestAndSaveAll

Namespace
Pinwheel.Vista.RealWorldData
Assembly
Pinwheel.Vista.RealWorldData.Runtime.dll

RequestAndSaveAll()

Requests every data type supported by provider and stores the returned buffers in this asset.

public virtual ProgressiveTask RequestAndSaveAll()

Returns

ProgressiveTask

A task that completes after all supported requests have finished and any valid data has been saved.

Remarks

Height and color requests run sequentially, not in parallel. Unsupported data types are skipped based on the provider availability flags.