csharp
public readonly record struct BundleProgressHow far a download has got.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public string BundleWhich bundle.
public long ReceivedBytes on disk, including anything a previous attempt left.
public long TotalHow many there will be when it is done.
public double FractionA fraction between zero and one, or zero if the total is not known.
Methods (1)
public BundleProgress(string Bundle, long Received, long Total)How far a download has got.
Used by (9)
- AssetManagerVixen.Assets
- BundleCacheVixen.Assets
- BundleCacheTestsVixen.Assets.Tests
- IBundleSourceVixen.Assets
- RemoteBundleSourceVixen.Assets
- RemoteContentTestsVixen.Assets.Tests
- ReportsVixen.Assets.Tests
- RoutedBundleSourceVixen.Assets
- WatchingVixen.Assets.Tests