Vixen
02b45cc4
csharp
public readonly record struct BundleProgress

How 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 Bundle

    Which bundle.

  • public long Received

    Bytes on disk, including anything a previous attempt left.

  • public long Total

    How many there will be when it is done.

  • public double Fraction

    A 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