s&box docs
API ReferenceSandbox.Menu

public sealed struct Sandbox.Menu.LoadingProgress

Methods

Showing 1 methods

public System.TimeSpan CalculateETA()

Properties

Showing 5 properties

public double Sandbox.Menu.LoadingProgress.Fraction { get; set; }

A value between 0 and 1, to show a progress bar

public double Sandbox.Menu.LoadingProgress.Mbps { get; set; }

The current transfer rate in Megabits per second. 0 is none.

public double Sandbox.Menu.LoadingProgress.TotalSize { get; set; }

The total size of what we're trying to download

Metadata

FieldValue
NamespaceSandbox.Menu
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.Menu.LoadingProgress

On this page